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