Table of Contents

Method EmitLdcI8

Namespace
MonoMod.Cil
Assembly
MonoMod.Utils.dll

EmitLdcI8(long)

Emits a Ldc_I8 opcode with a long operand to the current cursor position.
public ILCursor EmitLdcI8(long operand)

Parameters

operand long
The emitted instruction's operand.

Returns

ILCursor
this

EmitLdcI8(ulong)

Emits a Ldc_I8 opcode with a ulong operand to the current cursor position.
public ILCursor EmitLdcI8(ulong operand)

Parameters

operand ulong
The emitted instruction's operand. Will be automatically converted to a long.

Returns

ILCursor
this