System.Threading.Thread.ExecutionContext Property

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

Syntax

[get: System.Runtime.ConstrainedExecution.ReliabilityContract(System.Runtime.ConstrainedExecution.Consistency.WillNotCorruptState, System.Runtime.ConstrainedExecution.Cer.MayFail)]
public ExecutionContext ExecutionContext { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The System.Threading.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.

Requirements

Namespace: System.Threading
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0