The IEnumRemoteField 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.
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.