Foundation.NSRunLoop Members

The members of Foundation.NSRunLoop are listed below.

See Also: Inherited members from Foundation.NSObject

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
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. Static method providing access to the current NSRunLoop.
[read-only]
CurrentModeNSString. This run loop's current input mode.
[read-only]
CurrentRunLoopModeNSRunLoopMode. Documentation for this section has not yet been entered.
[read-only]
static
MainNSRunLoop. The NSRunLoop for the main thread.
[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
UITrackingRunLoopModeNSString. Represents the value associated with the constant UITrackingRunLoopMode

Public Methods

AcceptInputForMode(NSRunLoopMode, NSDate)
Documentation for this section has not yet been entered.
AcceptInputForMode(NSString, NSDate)
Runs the loop once or until the specified date, accepint input only for the specified mode.
AddTimer(NSTimer, NSRunLoopMode)
Documentation for this section has not yet been entered.
AddTimer(NSTimer, NSString)
Registers the specified timer with the specified input mode.
GetCFRunLoop() : CoreFoundation.CFRunLoop
This run loop's underlying CFRunLoop object.
LimitDateForMode(NSRunLoopMode) : NSDate
Documentation for this section has not yet been entered.
LimitDateForMode(NSString) : NSDate
Does one pass through the run loop in the specified mode and then returns the data at which the timer is scheduled to activate.
Run()
Starts a permanent loop and begins processing data from all attached inputs.
RunUntil(NSDate)
Starts a loop that runs until the specified date.
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 resources used by the NSRunLoop object.