The properties of Foundation.NSThread are listed below. For a list of all members, see the NSThread Members list.
See Also: Inherited members from Foundation.NSObject
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| [read-only] static | Current | NSThread. The currently executing NSThread. |
| [read-only] | IsCancelled | bool. Whether this NSThread is cancelled. |
| [read-only] | IsExecuting | bool. Whether this NSThread is executing. |
| [read-only] | IsFinished | bool. Whether this NSThread has finished processing. |
| [read-only] static | IsMain | bool. Whether this NSThread is the main thread of the app. |
| [read-only] | IsMainThread | bool. Documentation for this section has not yet been entered. |
| [read-only] static | IsMultiThreaded | bool. Whether the current application is multithreaded. |
| [read-only] static | MainThread | NSThread. The NSThread that is the main thread of the app. |
| Name | string. An identifier for this NSThread. | |
static | Priority | double. Documentation for this section has not yet been entered. |
| QualityOfService | NSQualityOfService. Documentation for this section has not yet been entered. | |
| StackSize | nuint. The stack size, in bytes. |