Add an instruction which puts an integer on TOS. This method selects the correct instruction based on the value of the integer.
[Visual Basic]
Public Sub PushInt( _
ByVal i As Integer _
)
[C#]
public void PushInt(
int i
);
CILInstructions Class | CILInstructions Members | PEAPI Namespace