PEAPI

CILInstructions.IntInst Method 

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

Parameters

inst
the IL instruction
val
the integer parameter value

See Also

CILInstructions Class | CILInstructions Members | PEAPI Namespace