CompilationRelaxations Enumeration

 

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.

Namespace:   System.Runtime.CompilerServices
Assembly:  mscorlib (in mscorlib.dll)

[<SerializableAttribute>]
[<FlagsAttribute>]
[<ComVisibleAttribute(true)>]
type CompilationRelaxations

Member nameDescription
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
Return to top
Show: