This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
ArgIterator Members
Public:
Constructor
ArgIterator Constructor |
Overloaded. Initializes a new instance of the ArgIterator class that points at the first argument that is not statically declared. |
Methods
End |
Invalidates the iterator. Conceptually it moves the the iterator to the end of the list so that the next call to GetNextArg generates an exception. |
Equals |
This methods have not yet been implemented and throws a NotSupportedException when called. |
GetHashCode |
This methods have not yet been implemented and throws a NotSupportedException when called. |
GetNextArg |
Overloaded. Gets the next argument in the list and advances the iterator by one. |
GetNextArgType |
This method can be used to determine the type of the next argument. It is important to note that the iterator is not advanced to the next argument when this call is made. |
GetRemainingCount |
Determine the number of arguments remaining in the argument list. |
GetType (inherited from Object) |
Gets the Type of the Object. |
ToString (inherited from ValueType) |
Returns the name of the type. |
Protected:
Methods
Finalize (inherited from Object) |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by the Garbage Collector (GC). This method may be ignored by the runtime; therefore, necessary cleanup operations should be done elsewhere. |
MemberwiseClone (inherited from Object) |
Creates a shallow copy of the current Object. |
See Also
ArgIterator Structure | System Namespace