The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
CompilationRelaxations Enumeration
.NET Framework (current version)
Specifies parameters that control the strictness of the code generated by the common language runtime's just-in-time (JIT) compiler.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: mscorlib (in mscorlib.dll)
| Member name | Description | |
|---|---|---|
| NoStringInterning | Marks an assembly as not requiring string-literal interning. |
Use the CompilationRelaxations enumeration with the CompilationRelaxationsAttribute attribute.
.NET Framework
Available since 2.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 2.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: