Method EmitIsinst
EmitIsinst(TypeReference)
Emits a Isinst opcode with a TypeReference operand to the current cursor position.
public ILCursor EmitIsinst(TypeReference operand)
Parameters
operandTypeReference- The emitted instruction's operand.
Returns
EmitIsinst(Type)
public ILCursor EmitIsinst(Type operand)
Parameters
operandType- The emitted instruction's operand. Will be automatically converted to a TypeReference.