Microsoft SDK for Java

IRemoteObject : IUnknown

The IRemoteObject hierarchy of interfaces represents bound access to objects of different types in a Java process. The information obtained from an IRemoteObject is only valid during the lifetime of the actual object that it represents. Consequently, dynamic information cannot be cached by the debugger across execution of the object being debugged.

  // Methods
  HRESULT ClearBreakpoint(void)
  HRESULT GetType(IRemoteField **ppType)
  HRESULT SetBreakpoint(void)

© 1999 Microsoft Corporation. All rights reserved. Terms of use.