Microsoft SDK for Java

IRemoteField Interface Methods

The IRemoteField interface contains the following methods:

GetContainer returns an IRemoteContainerField interface representing this field’s container.
GetKind returns the kind of this field as a bitmask of flags from the FIELD_KIND enumeration.
GetModifiers returns a bitmask of flags from the FIELDMODIFIERS enumeration describing the modifiers of this field.
GetName returns the identifier (the class, variable, or method name) of this field.
GetType returns an IRemoteField interface that represents the type of this field.

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