Table of Contents

Method EmitLdstr

Namespace
MonoMod.Cil
Assembly
MonoMod.Utils.dll

EmitLdstr(string)

Emits a Ldstr opcode with a string operand to the current cursor position.
public ILCursor EmitLdstr(string operand)

Parameters

operand string
The emitted instruction's operand.

Returns

ILCursor
this