Foundation.NSTimer Members

The members of Foundation.NSTimer are listed below.

See Also: Inherited members from Foundation.NSObject

Public Constructors

Documentation for this section has not yet been entered.

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.
FireDateNSDate. The date at with the action will be performed.
[read-only]
IsValidbool. Returns true if the the timer will still fire at some point in the future.
[read-only]
TimeIntervaldouble. The time interval for the timer.
Tolerancedouble. Documentation for this section has not yet been entered.
[read-only]
UserInfoNSObject. Custom user information that has been provided to the timer.

Public Methods

static
CreateRepeatingScheduledTimer(double, Action<NSTimer>) : NSTimer
Documentation for this section has not yet been entered.
static
CreateRepeatingScheduledTimer(TimeSpan, Action<NSTimer>) : NSTimer
Documentation for this section has not yet been entered.
static
CreateRepeatingTimer(double, Action<NSTimer>) : NSTimer
Documentation for this section has not yet been entered.
static
CreateRepeatingTimer(TimeSpan, Action<NSTimer>) : NSTimer
Documentation for this section has not yet been entered.
static
CreateScheduledTimer(double, Action<NSTimer>) : NSTimer
Documentation for this section has not yet been entered.
static
CreateScheduledTimer(TimeSpan, Action<NSTimer>) : NSTimer
Documentation for this section has not yet been entered.
static
CreateScheduledTimer(double, NSObject, 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, Action<NSTimer>) : NSTimer
Documentation for this section has not yet been entered.
static
CreateTimer(TimeSpan, Action<NSTimer>) : NSTimer
Documentation for this section has not yet been entered.
static
CreateTimer(double, NSObject, 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 resources used by the NSTimer object.