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. 

See Also

Other Resources

Using Reflection Emit