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