Add an instruction with a method parameter
[Visual Basic]
Public Sub MethInst( _
ByVal inst As PEAPI.MethodOp, _
ByVal m As PEAPI.Method _
)
[C#]
public void MethInst(
MethodOp inst,
Method m
);
CILInstructions Class | CILInstructions Members | PEAPI Namespace