NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ArgIterator Constructor (RuntimeArgumentHandle)

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal arglist As RuntimeArgumentHandle _
)
[C#]
public ArgIterator(
   RuntimeArgumentHandle arglist
);
[C++]
public: ArgIterator(
   RuntimeArgumentHandle arglist
);
[JScript]
public function ArgIterator(
   arglist : RuntimeArgumentHandle
);

Parameters

arglist
specifies the variable argument list to be processed. It arglist can be obtained by calling the ArgList instruction.

Remarks

The verifer verifies that a valid token is passed to arglist (that is, one returned by the ArgList instruction). Fully trusted code could call this directly, but it is not recommended and could cause internal corruptions in the EE.

See Also

ArgIterator Structure | ArgIterator Members | System Namespace | ArgIterator Constructor Overload List