Mono Class Library: OverviewSystem.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
End() Finishes iterating over the arguments. overrideEquals(object) : bool Documentation for this section has not yet been entered. overrideGetHashCode() : 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.