Mono Class Library: Overview

System.ArgIterator: Method Members

The methods of System.ArgIterator are listed below. For a list of all members, see the ArgIterator Members list.

See Also: Inherited members from System.ValueType

Public Methods

End()
Finishes iterating over the arguments.
override
Equals(object) : bool
Documentation for this section has not yet been entered.
override
GetHashCode() : int
Documentation for this section has not yet been entered.
GetNextArg() : TypedReference
Returns the next argument.
GetNextArg(RuntimeTypeHandle) : TypedReference
Documentation for this section has not yet been entered.
GetNextArgType() : RuntimeTypeHandle
Returns the type of the next argument.
GetRemainingCount() : int
Returns the number of remaining arguments to be processed.