Mono Class Library: OverviewSystem.ArgIterator: Members |
The members of System.ArgIterator are listed below.
See Also: Inherited members from System.ValueType
Creates an ArgIterator from a RuntimeArgumentHandle. Initialize an ArgIterator using a base address.
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.