PEAPI

CILInstructions.PushInt Method 

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
);

Parameters

i
the integer value

See Also

CILInstructions Class | CILInstructions Members | PEAPI Namespace