Table of Contents

Method EmitUnaligned

Namespace
MonoMod.Cil
Assembly
MonoMod.Utils.dll

EmitUnaligned(byte)

Emits a Unaligned opcode with a byte operand to the current cursor position.
public ILCursor EmitUnaligned(byte operand)

Parameters

operand byte
The emitted instruction's operand.

Returns

ILCursor
this