MonoMac.Foundation.NSRunLoop Members

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

See Also: Inherited members from MonoMac.Foundation.NSObject

Public Constructors

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.

Public Properties

[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
static
CurrentNSRunLoop. Documentation for this section has not yet been entered.
[read-only]
CurrentModeNSString. Documentation for this section has not yet been entered.
[read-only]
CurrentRunLoopModeNSRunLoopMode. Documentation for this section has not yet been entered.
[read-only]
static
MainNSRunLoop. Documentation for this section has not yet been entered.
[read-only]
static
NSDefaultRunLoopModeNSString. Represents the value associated with the constant NSDefaultRunLoopMode
[read-only]
static
NSRunLoopCommonModesNSString. Represents the value associated with the constant NSRunLoopCommonModes
[read-only]
static
NSRunLoopConnectionReplyModeNSString. Documentation for this section has not yet been entered.
[read-only]
static
NSRunLoopEventTrackingNSString. Documentation for this section has not yet been entered.
[read-only]
static
NSRunLoopModalPanelModeNSString. Documentation for this section has not yet been entered.

Public Methods

AcceptInputForMode(NSRunLoopMode, NSDate)
Documentation for this section has not yet been entered.
AcceptInputForMode(NSString, NSDate)
Documentation for this section has not yet been entered.
AcceptInputForMode(string, NSDate)
Documentation for this section has not yet been entered.
AddTimer(NSTimer, NSRunLoopMode)
Documentation for this section has not yet been entered.
AddTimer(NSTimer, NSString)
Documentation for this section has not yet been entered.
AddTimer(NSTimer, string)
Documentation for this section has not yet been entered.
GetCFRunLoop() : MonoMac.CoreFoundation.CFRunLoop
Documentation for this section has not yet been entered.
LimitDateForMode(NSRunLoopMode) : NSDate
Documentation for this section has not yet been entered.
LimitDateForMode(NSString) : NSDate
Documentation for this section has not yet been entered.
LimitDateForMode(string) : NSDate
Documentation for this section has not yet been entered.
Run()
Documentation for this section has not yet been entered.
RunUntil(NSDate)
Documentation for this section has not yet been entered.
RunUntil(NSRunLoopMode, NSDate) : bool
Documentation for this section has not yet been entered.
RunUntil(NSString, NSDate) : bool
Documentation for this section has not yet been entered.
Stop()
Documentation for this section has not yet been entered.
WakeUp()
Documentation for this section has not yet been entered.

Protected Methods

override
Dispose(bool)
Releases the resourced used by the NSRunLoop object.