Thread Class |
Namespace: Eto.Threading
The Thread type exposes the following members.
Name | Description | |
---|---|---|
CurrentThread |
Gets the current thread instance
| |
IsAlive |
Gets a value indicating whether this thread is alive.
| |
IsMain |
Gets a value indicating whether this thread instance is the main UI thread.
| |
IsMainThread |
Gets a value indicating if the current thread is the main UI thread.
| |
MainThread |
Gets the main thread.
|
Name | Description | |
---|---|---|
Abort |
Abort this instance, for custom thread instances
| |
GetCallback |
Gets an instance of an object used to perform callbacks to the widget from handler implementations
(Overrides WidgetGetCallback.) | |
OnExecuted |
Called when the thread is executed, for custom thread instances
| |
Start |
Start the thread, for custom thread instances
|