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