Mono Class Library: System.Runtime.CompilerServices Namespace

System.Runtime.CompilerServices.CompilationRelaxations Enumeration

Indicates whether instruction checking is strictly ordered or relaxed, and whether strings are interned. The flags come in complementary pairs. Setting neither flag of a pair indicates that the corresponding characteristic should be left unchanged. Setting both bits is an error that is detected by the constructor for System.Runtime.CompilerServices.CompilationRelaxationsAttribute. [Edit]
[System.Flags]
[System.Runtime.InteropServices.ComVisible(true)]
public enum CompilationRelaxations

Remarks

Documentation for this section has not yet been entered. [Edit]

Members

Member NameDescription
NoStringInterningIndicates that literal strings are not interned; currently only noticed when set for Assemblies. [Edit]

Requirements

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