Click or drag to resize
ThreadCurrentThread Property
Gets the currently running thread.

Namespace: System.Threading
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public static Thread CurrentThread { get; }

Return Value

Type: Thread
A Thread that is the representation of the currently running thread.
See Also