CompilationRelaxations 列挙型

定義

共通言語ランタイムの Just-In-Time (JIT) コンパイラによって生成されるコードの厳密さを制御するパラメーターを指定します。

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

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

フィールド

名前 説明
NoStringInterning 8

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

注釈

CompilationRelaxationsAttribute属性でCompilationRelaxations列挙体を使用します。

適用対象