HostExecutionContextManager.Capture メソッド

定義

現在のスレッドからホストの実行コンテキストをキャプチャします。

public:
 virtual System::Threading::HostExecutionContext ^ Capture();
public virtual System.Threading.HostExecutionContext? Capture ();
public virtual System.Threading.HostExecutionContext Capture ();
abstract member Capture : unit -> System.Threading.HostExecutionContext
override this.Capture : unit -> System.Threading.HostExecutionContext
Public Overridable Function Capture () As HostExecutionContext

戻り値

現在のスレッドのホストの実行コンテキストを表す HostExecutionContext オブジェクト。

注釈

HostExecutionContextは、現在のスレッドを実行しているホストのポインターをIUnknown含む安全なハンドルを使用して作成されます。

適用対象