ThreadIHandler Interface |
Namespace: Eto.Threading
The ThreadIHandler type exposes the following members.
Name | Description | |
---|---|---|
IsAlive |
Gets a value indicating whether this thread is alive.
| |
IsMain |
Gets a value indicating whether this thread instance is the main UI thread.
|
Name | Description | |
---|---|---|
Abort |
Aborts a custom thread when created using Create | |
Create |
Creates a custom thread that will execute the OnExecuted(Thread) method when started
| |
CreateCurrent |
Creates an instance for the current thread
| |
CreateMain |
Creates an instance for the main UI thread
| |
Start |
Starts a custom thread when created using Create |