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

アセンブリのコードの基本キーをレジストリに設定する必要があることを示します。

適用対象