PEAPI

CILInstructions.PushLong Method 

Add the instruction to load a long on TOS

[Visual Basic]
Public Sub PushLong( _
   ByVal l As Long _
)
[C#]
public void PushLong(
   long l
);

Parameters

l
the long value

See Also

CILInstructions Class | CILInstructions Members | PEAPI Namespace