ThreadCurrentThread Property |
Gets the current thread instance
Namespace:
Eto.Threading
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public static Thread CurrentThread { get; }
Public Shared ReadOnly Property CurrentThread As Thread
Get
static member CurrentThread : Thread with get
Property Value
Type:
ThreadThe current thread.
See Also