AssemblyRegistrationFlags 枚举
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义注册程序集时使用的一组标志。
此枚举支持其成员值的按位组合。
public enum class AssemblyRegistrationFlags
C#
[System.Flags]
public enum AssemblyRegistrationFlags
C#
[System.Flags]
[System.Runtime.InteropServices.ComVisible(true)]
public enum AssemblyRegistrationFlags
[<System.Flags>]
type AssemblyRegistrationFlags =
[<System.Flags>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type AssemblyRegistrationFlags =
Public Enum AssemblyRegistrationFlags
- 继承
- 属性
名称 | 值 | 说明 |
---|---|---|
None | 0 | 指示没有特殊设置。 |
SetCodeBase | 1 | 指示应该在注册表中设置程序集的基本代码键。 |
产品 | 版本 |
---|---|
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |