Constructors
-
Arg
Iterator(Runtime Initializes a new instance of the ArgIterator structure using the specified argument list.Argument Handle) -
Arg
Iterator(Runtime Initializes a new instance of the ArgIterator structure using the specified argument list and a pointer to an item in the list.Argument Handle, Void*)
Methods
- End() Concludes processing of the variable-length argument list represented by this instance.
- Equals(Object) This method is not supported, and always throws NotSupportedException.
-
Get
Hash Returns the hash code of this object.Code() -
Get
Next Returns the next argument in a variable-length argument list.Arg() -
Get
Next Returns the next argument in a variable-length argument list that has a specified type.Arg(Runtime Type Handle) -
Get
Next Returns the type of the next argument.Arg Type() -
Get
Remaining Returns the number of arguments remaining in the argument list.Count()