Table of Contents

Method EmitIsinst

Namespace
MonoMod.Cil
Assembly
MonoMod.Utils.dll

EmitIsinst(TypeReference)

Emits a Isinst opcode with a TypeReference operand to the current cursor position.
public ILCursor EmitIsinst(TypeReference operand)

Parameters

operand TypeReference
The emitted instruction's operand.

Returns

ILCursor
this

EmitIsinst(Type)

Emits a Isinst opcode with a Type operand to the current cursor position.
public ILCursor EmitIsinst(Type operand)

Parameters

operand Type
The emitted instruction's operand. Will be automatically converted to a TypeReference.

Returns

ILCursor
this