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