System.Runtime.CompilerServices.CompilationRelaxations Enumeration

Specifies parameters that control the strictness of the code generated by the common language runtime's just-in-time (JIT) compiler.

Syntax

[System.Flags]
[System.Runtime.InteropServices.ComVisible(true)]
public enum CompilationRelaxations

Remarks

Use the System.Runtime.CompilerServices.CompilationRelaxations enumeration with the System.Runtime.CompilerServices.CompilationRelaxationsAttribute attribute.

Members

Member NameDescription
NoStringInterning

Marks an assembly as not requiring string-literal interning.

Requirements

Namespace: System.Runtime.CompilerServices
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0