Table of Contents

Method EmitLdcR8

Namespace
MonoMod.Cil
Assembly
MonoMod.Utils.dll

EmitLdcR8(double)

Emits a Ldc_R8 opcode with a double operand to the current cursor position.
public ILCursor EmitLdcR8(double operand)

Parameters

operand double
The emitted instruction's operand.

Returns

ILCursor
this