Add an IL instruction with an integer parameter
[Visual Basic]
Public Sub IntInst( _
ByVal inst As PEAPI.IntOp, _
ByVal val As Integer _
)
[C#]
public void IntInst(
IntOp inst,
int val
);
CILInstructions Class | CILInstructions Members | PEAPI Namespace