AssemblyRegistrationFlags 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義註冊組件時所用的旗標集。
此列舉支援其成員值的位元組合。
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
- 繼承
- 屬性
欄位
None | 0 | 表示沒有特殊設定。 |
SetCodeBase | 1 | 表示組件的程式碼基底機碼應該在登錄中設定。 |