System.Threading.Thread.CurrentThread Property

Gets the currently running thread.

Syntax

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

Value

An instance of System.Threading.Thread representing the current thread.

Remarks

This property is read-only.

Requirements

Namespace: System.Threading
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0