Click or drag to resize

ThreadMainThread Property

Gets the main thread.

Namespace:  Eto.Threading
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public static Thread MainThread { get; }

Property Value

Type: Thread
The main thread.
See Also