MonoMac.Foundation.NSThread Members

The members of MonoMac.Foundation.NSThread are listed below.

See Also: Inherited members from MonoMac.Foundation.NSObject

Public Constructors

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.

Public Properties

[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
static
CurrentNSThread. Documentation for this section has not yet been entered.
[read-only]
IsCancelledbool. Documentation for this section has not yet been entered.
[read-only]
IsExecutingbool. Documentation for this section has not yet been entered.
[read-only]
IsFinishedbool. Documentation for this section has not yet been entered.
[read-only]
static
IsMainbool. Documentation for this section has not yet been entered.
[read-only]
IsMainThreadbool. Documentation for this section has not yet been entered.
[read-only]
static
IsMultiThreadedbool. Documentation for this section has not yet been entered.
[read-only]
static
MainThreadNSThread. Documentation for this section has not yet been entered.
Namestring. Documentation for this section has not yet been entered.
static
Prioritydouble. Documentation for this section has not yet been entered.
StackSizeuint. Documentation for this section has not yet been entered.

Public Methods

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.