Defining a String Constant with Reflection Emit
A string constant is defined using the ModuleBuilder.GetStringConstant method. String constants are scoped by the module in which they are defined.
A string constant is defined using the ModuleBuilder.GetStringConstant method. String constants are scoped by the module in which they are defined.