Table of Contents

Method EmitBltUn

Namespace
MonoMod.Cil
Assembly
MonoMod.Utils.dll

EmitBltUn(ILLabel)

Emits a Blt_Un or Blt_Un_S opcode with a ILLabel operand to the current cursor position.
public ILCursor EmitBltUn(ILLabel operand)

Parameters

operand ILLabel
The emitted instruction's operand.

Returns

ILCursor
this

EmitBltUn(Instruction)

Emits a Blt_Un or Blt_Un_S opcode with a Instruction operand to the current cursor position.
public ILCursor EmitBltUn(Instruction operand)

Parameters

operand Instruction
The emitted instruction's operand. Will be automatically converted to a ILLabel.

Returns

ILCursor
this