AssemblyRegistrationFlags 枚举

定义

定义注册程序集时使用的一组标志。

此枚举支持其成员值的按位组合。

public enum class AssemblyRegistrationFlags
[System.Flags]
public enum AssemblyRegistrationFlags
[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
继承
AssemblyRegistrationFlags
属性

字段

None 0

指示没有特殊设置。

SetCodeBase 1

指示应该在注册表中设置程序集的基本代码键。

适用于