PEAPI

CILInstructions.LoadArgAdr Method 

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

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

Parameters

argNo
the number of the argument

See Also

CILInstructions Class | CILInstructions Members | PEAPI Namespace