Table of Contents

Method EmitBgtUn

Namespace
MonoMod.Cil
Assembly
MonoMod.Utils.dll

EmitBgtUn(ILLabel)

Emits a Bgt_Un or Bgt_Un_S opcode with a ILLabel operand to the current cursor position.
public ILCursor EmitBgtUn(ILLabel operand)

Parameters

operand ILLabel
The emitted instruction's operand.

Returns

ILCursor
this

EmitBgtUn(Instruction)

Emits a Bgt_Un or Bgt_Un_S opcode with a Instruction operand to the current cursor position.
public ILCursor EmitBgtUn(Instruction operand)

Parameters

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

Returns

ILCursor
this