PEAPI

CILInstructions.LoadArg Method 

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

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

Parameters

argNo
the number of the argument

See Also

CILInstructions Class | CILInstructions Members | PEAPI Namespace