Thread::ExecutionContext Property
.NET Framework (current version)
Gets an ExecutionContext object that contains information about the various contexts of the current thread.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Threading::ExecutionContext^An ExecutionContext object that consolidates context information for the current thread.
The ExecutionContext class provides a single container for all information relevant to a logical thread of execution. This includes security context, call context, synchronization context, localization context, and transaction context.
.NET Framework
Available since 2.0
Available since 2.0
Show: