Microsoft SDK for Java

IRemoteField : IUnknown

The IRemoteField hierarchy of interfaces represents classes and fields that are members of classes. These fields can be methods, variable definitions, or inner class definitions. Global classes (classes not defined within other classes) can be thought of as fields of a global class. Because all the attributes of a field are constant during its lifetime, the debugger can cache field information until the class associated with the field is unloaded.

  // Methods
  HRESULT GetContainer(IRemoteContainerField **ppContainer)
  HRESULT GetKind(FIELDKIND *pKind)
  HRESULT GetModifiers(ULONG *pulModifiers)
  HRESULT GetName(LPOLESTR *ppszName)
  HRESULT GetType(IRemoteField **ppType)

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