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

指定已经为程序集禁用实时 (JIT) 编译器优化。 这与成员名称暗示的含义正好相反。

EnableJITcompileTracking 32768

指定已经为程序集启用实时 (JIT) 编译器跟踪。

None 0

指定没有有效标志。

PublicKey 1

指定公钥基于完整公钥而不是公钥标记构成。

Retargetable 256

指定可以在运行时将程序集重定向到来自其他发行者的程序集。 此值支持 .NET Framework 基础结构,但不适合在代码中直接使用。

适用于