Method EmitLdstr NamespaceMonoMod.Cil AssemblyMonoMod.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