CompilationRelaxations Enum

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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

This enumeration supports a bitwise combination of its member values.

C#
[System.Flags]
public enum CompilationRelaxations
C#
[System.Flags]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Serializable]
public enum CompilationRelaxations
Inheritance
CompilationRelaxations
Attributes

Fields

Name Value Description
NoStringInterning 8

Marks an assembly as not requiring string-literal interning. In an application domain, the common language runtime creates one string object for each unique string literal, rather than making multiple copies. This behavior, called string interning, internally requires building auxiliary tables that consume memory resources.

Remarks

Use the CompilationRelaxations enumeration with the CompilationRelaxationsAttribute attribute.

Applies to

Toode Versioonid
.NET Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0, 2.1