AssemblyNameFlags 列挙型

定義

Assembly 参照に関する情報を提供します。

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

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

フィールド

EnableJITcompileOptimizer 16384

アセンブリに対して Just-In-Time (JIT) コンパイラの最適化が無効であることを指定します。 これは、メンバー名が示している意味とは正反対の動作です。

EnableJITcompileTracking 32768

アセンブリに対して Just-In-Time (JIT) コンパイラの追跡が有効であることを示します。

None 0

すべてのフラグが無効であることを示します。

PublicKey 1

公開キーが、公開キー トークンではなく完全な公開キーから形成されていることを示します。

Retargetable 256

アセンブリを実行時に別の発行元のアセンブリに再ターゲットできることを示します。 この値は .NET Framework インフラストラクチャをサポートします。コードから直接使用するためのものではありません。

適用対象