Foundation.NSRunLoop: Method Members

The methods of Foundation.NSRunLoop are listed below. For a list of all members, see the NSRunLoop Members list.

See Also: Inherited members from Foundation.NSObject

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.