HostExecutionContext Constructor (Object^)
.NET Framework (current version)
Initializes a new instance of the HostExecutionContext class using the specified state.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- state
-
Type:
System::Object^
An object representing the host execution context state.
The HostExecutionContext is included with the ExecutionContext. The state represents a safe handle containing the IUnknown pointer for the host.
.NET Framework
Available since 2.0
Available since 2.0
Show: