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

表示組件的程式碼基底機碼應該在登錄中設定。

適用於