Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Thread::ExecutionContext Property

 

Gets an ExecutionContext object that contains information about the various contexts of the current thread.

Namespace:   System.Threading
Assembly:  mscorlib (in mscorlib.dll)

public:
property ExecutionContext^ ExecutionContext {
	ExecutionContext^ get();
}

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
Return to top
Show:
© 2017 Microsoft