ThreadCurrentThread Property |
Gets the currently running thread.
Namespace: System.ThreadingAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public static Thread CurrentThread { get; }
Return Value
Type:
ThreadA
Thread that is the representation of the currently running thread.
See Also