MonoMac.Foundation.NSTimer: Method Members

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

See Also: Inherited members from MonoMac.Foundation.NSObject

Public Methods

static
CreateRepeatingScheduledTimer(double, NSAction) : NSTimer
Creates a repeating timer with the specified parameters and schedules it for execution on the current NSRunLoop in the default mode.
static
CreateRepeatingScheduledTimer(TimeSpan, NSAction) : NSTimer
Creates a repeating timer with the specified parameters and schedules it for execution on the current NSRunLoop in the default mode.
static
CreateRepeatingTimer(double, NSAction) : NSTimer
Creates a repeating timer with the specified parameters that can later be added to an NSRunLoop.
static
CreateRepeatingTimer(TimeSpan, NSAction) : NSTimer
Creates a repeating timer with the specified parameters that can later be added to an NSRunLoop.
static
CreateScheduledTimer(double, NSAction) : NSTimer
Creates a timer with the specified parameters and schedules it for execution on the current NSRunLoop in the default mode.
static
CreateScheduledTimer(TimeSpan, NSAction) : NSTimer
Creates a timer with the specified parameters that can later be added to an NSRunLoop.
static
CreateScheduledTimer(double, NSObject, MonoMac.ObjCRuntime.Selector, NSObject, bool) : NSTimer
Creates a timer with the specified parameters and schedules it for execution on the current NSRunLoop in the default mode.
static
CreateTimer(double, NSAction) : NSTimer
Creates a timer object that can be later added to an NSRunLoop.
static
CreateTimer(TimeSpan, NSAction) : NSTimer
Creates a timer object that can be later added to an NSRunLoop.
static
CreateTimer(double, NSObject, MonoMac.ObjCRuntime.Selector, NSObject, bool) : NSTimer
Creates a timer object that can be later added to an NSRunLoop.
Fire()
Causes the action to be performed.
Invalidate()
Documentation for this section has not yet been entered.

Protected Methods

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