Microsoft SDK for Java

IJavaEnumRemoteField Interface Methods

The IJavaEnumRemoteField interface contains the following methods:

Clone copies a pointer to the current position in the list to another enumerator object.
GetCount returns the number of fields being pointed to by the enumerator object.
GetNext retrieves the next IRemoteField object being pointed to by the enumerator object and increments the enumeration pointer by one.
Next retrieves an array of IRemoteField objects that represent the fields within a class, method, or container.
Reset sets or resets the positions of the enumerator to the beginning of the field list.
Skip moves the position of the enumeration forward.

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