ArgIterator Constructor (RuntimeArgumentHandle, Void*)
Initializes a new instance of the ArgIterator structure using the specified argument list and a pointer to an item in the list.
This API is not CLS-compliant.
Assembly: mscorlib (in mscorlib.dll)
public: [SecurityCriticalAttribute] [CLSCompliantAttribute(false)] ArgIterator( RuntimeArgumentHandle arglist, void* ptr )
Parameters
- arglist
-
Type:
System::RuntimeArgumentHandle
An argument list consisting of mandatory and optional arguments.
- ptr
-
Type:
System::Void*
A pointer to the argument in arglist to access first, or the first mandatory argument in arglist if ptr is null.
The new ArgIterator object enumerates the argument list starting from the argument specified by ptr, or the first mandatory argument if ptr is null.
requires full trust for the immediate caller. This member cannot be used by partially trusted or transparent code.
Available since 1.1