ActivatorLevel 列舉

定義

定義啟動項 (Activator) 鏈結中 Activator 的適當位置。

public enum class ActivatorLevel
[System.Serializable]
public enum ActivatorLevel
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public enum ActivatorLevel
[<System.Serializable>]
type ActivatorLevel = 
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type ActivatorLevel = 
Public Enum ActivatorLevel
繼承
ActivatorLevel
屬性

欄位

AppDomain 12

尋找或建立 AppDomain

Construction 4

建構空白物件,並執行建構函式。

Context 8

尋找或建立適合的內容。

Machine 20

尋找適合的電腦。

Process 16

啟動處理序。

備註

啟動器的設計可讓多個啟動程式參與啟用程式,而且可以使用 將其他啟動器新增至鏈 IActivator.NextActivator 結。 由於每個啟動器都負責呼叫鏈結中的下一個啟動器,因此啟動器可以在鏈結中的任何位置放置本身。 列舉 ActivatorLevel 值可協助啟動器在鏈結中尋找適當的位置。

適用於