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
);
CILInstructions Class | CILInstructions Members | PEAPI Namespace