Table of Contents

Method EmitBle

Namespace
MonoMod.Cil
Assembly
MonoMod.Utils.dll

EmitBle(ILLabel)

Emits a Ble or Ble_S opcode with a ILLabel operand to the current cursor position.
public ILCursor EmitBle(ILLabel operand)

Parameters

operand ILLabel
The emitted instruction's operand.

Returns

ILCursor
this

EmitBle(Instruction)

Emits a Ble or Ble_S opcode with a Instruction operand to the current cursor position.
public ILCursor EmitBle(Instruction operand)

Parameters

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

Returns

ILCursor
this