public static void LoadString(string str) { CurrentEmitContext.Emit(CreateInstruction.LoadString(str)); }