The members of MonoMac.Foundation.NSThread are listed below.
See Also: Inherited members from MonoMac.Foundation.NSObject
NSThread() | Default constructor that initializes a new instance of this class with no parameters. | |
| A constructor that initializes the object from the data stored in the unarchiver object. | ||
| Constructor to call on derived classes when the derived class has an [Export] constructor. | ||
| A constructor used when creating managed representations of unmanaged objects; Called by the runtime. | ||
| Creates an NSThread and invokes the specified selector on the specified target. |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| [read-only] static | Current | NSThread. Documentation for this section has not yet been entered. |
| [read-only] | IsCancelled | bool. Documentation for this section has not yet been entered. |
| [read-only] | IsExecuting | bool. Documentation for this section has not yet been entered. |
| [read-only] | IsFinished | bool. Documentation for this section has not yet been entered. |
| [read-only] static | IsMain | bool. Documentation for this section has not yet been entered. |
| [read-only] | IsMainThread | bool. Documentation for this section has not yet been entered. |
| [read-only] static | IsMultiThreaded | bool. Documentation for this section has not yet been entered. |
| [read-only] static | MainThread | NSThread. Documentation for this section has not yet been entered. |
| Name | string. Documentation for this section has not yet been entered. | |
static | Priority | double. Documentation for this section has not yet been entered. |
| StackSize | uint. Documentation for this section has not yet been entered. |
Cancel()Documentation for this section has not yet been entered. | ||
static | Exit()Documentation for this section has not yet been entered. | |
Main()Documentation for this section has not yet been entered. | ||
static | SleepFor(double)Documentation for this section has not yet been entered. | |
static | SleepUntil(NSDate)Documentation for this section has not yet been entered. | |
Start()Documentation for this section has not yet been entered. | ||