HostExecutionContext 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 HostExecutionContext 類別的新執行個體。
多載
HostExecutionContext() |
初始化 HostExecutionContext 類別的新執行個體。 |
HostExecutionContext(Object) |
使用指定的狀態來初始化 HostExecutionContext 類別的新執行個體。 |
HostExecutionContext()
初始化 HostExecutionContext 類別的新執行個體。
public:
HostExecutionContext();
public HostExecutionContext ();
Public Sub New ()
備註
無參數建構函式會建立其屬性值為 null
的 State 主機執行內容。
適用於
HostExecutionContext(Object)
使用指定的狀態來初始化 HostExecutionContext 類別的新執行個體。
public:
HostExecutionContext(System::Object ^ state);
public HostExecutionContext (object? state);
public HostExecutionContext (object state);
new System.Threading.HostExecutionContext : obj -> System.Threading.HostExecutionContext
Public Sub New (state As Object)
參數
- state
- Object
表示主應用程式執行內容狀態的物件。
備註
HostExecutionContext隨附于 ExecutionContext 。 state
表示包含 IUnknown
主機指標的安全控制碼。