CompilationRelaxations 列挙型

定義

共通言語ランタイムの Just-In-Time (JIT) コンパイラが生成するコードの厳格度を制御するパラメーターを指定します。

この列挙体は、メンバー値のビットごとの組み合わせをサポートしています。

public enum class CompilationRelaxations
[System.Flags]
public enum CompilationRelaxations
[System.Flags]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Serializable]
public enum CompilationRelaxations
[<System.Flags>]
type CompilationRelaxations = 
[<System.Flags>]
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Serializable>]
type CompilationRelaxations = 
Public Enum CompilationRelaxations
継承
CompilationRelaxations
属性

フィールド

NoStringInterning 8

リテラル文字列インターンを必要としないものとしてアセンブリをマークします。 アプリケーション ドメインで、共通言語ランタイムは、複数のコピーを作成するのではなく、それぞれの一意の文字列リテラルに対して 1 つの文字列オブジェクトを作成します。 この文字列インターンと呼ばれるビヘイビアーでは、メモリ リソースを消費する補助テーブルの構築が内部的に必要です。

注釈

属性と共に CompilationRelaxations 列挙体を CompilationRelaxationsAttribute 使用します。

適用対象