Table of Contents

Method EmitLdcI8

Namespace
MonoMod.Cil
Assembly
MonoMod.Utils.dll

EmitLdcI8(long)

Emits a Ldc_I8 opcode with a Int64 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 UInt64 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 Int64.

Returns

ILCursor
this