HostExecutionContextManager::Capture Method ()
.NET Framework (current version)
Captures the host execution context from the current thread.
Assembly: mscorlib (in mscorlib.dll)
Return Value
Type: System.Threading::HostExecutionContext^A HostExecutionContext object representing the host execution context of the current thread.
The HostExecutionContext is created using a safe handle containing the IUnknown pointer for the host executing the current thread.
.NET Framework
Available since 2.0
Available since 2.0
Show: