PEAPI

CILInstructions.StoreArg Method 

Add the instruction to store to an argument. This method selects the correct instruction based on the value of argNo.

[Visual Basic]
Public Sub StoreArg( _
   ByVal argNo As Integer _
)
[C#]
public void StoreArg(
   int argNo
);

Parameters

argNo
the argument to be stored to

See Also

CILInstructions Class | CILInstructions Members | PEAPI Namespace