Share via


Thread.CurrentThread Property

Gets the thread that is currently running.

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

Syntax

public static Thread CurrentThread { get; }

Property Value

A Thread object representing the thread that is currently running.

Version Information

Available in .NET Micro Framework version 2.0, 2.5

See Also

Reference

Thread Class
Thread Members
System.Threading Namespace