Foundation.NSThread: Property Members

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

Public Properties

[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
static
CurrentNSThread. The currently executing NSThread.
[read-only]
IsCancelledbool. Whether this NSThread is cancelled.
[read-only]
IsExecutingbool. Whether this NSThread is executing.
[read-only]
IsFinishedbool. Whether this NSThread has finished processing.
[read-only]
static
IsMainbool. Whether this NSThread is the main thread of the app.
[read-only]
IsMainThreadbool. Documentation for this section has not yet been entered.
[read-only]
static
IsMultiThreadedbool. Whether the current application is multithreaded.
[read-only]
static
MainThreadNSThread. The NSThread that is the main thread of the app.
Namestring. An identifier for this NSThread.
static
Prioritydouble. Documentation for this section has not yet been entered.
QualityOfServiceNSQualityOfService. Documentation for this section has not yet been entered.
StackSizenuint. The stack size, in bytes.