Click or drag to resize

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; }

Property Value

Type: Thread
The current thread.
See Also