Add an instruction with a type parameter
[Visual Basic]
Public Sub TypeInst( _
ByVal inst As PEAPI.TypeOp, _
ByVal aType As PEAPI.Type _
)
[C#]
public void TypeInst(
TypeOp inst,
Type aType
);
CILInstructions Class | CILInstructions Members | PEAPI Namespace