PEAPI

CILInstructions.TypeInst Method 

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

Parameters

inst
the CIL instruction
aType

See Also

CILInstructions Class | CILInstructions Members | PEAPI Namespace