The members of MonoMac.Foundation.NSTimer are listed below.
See Also: Inherited members from MonoMac.Foundation.NSObject
| 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. | ||
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| FireDate | NSDate. The date at with the action will be performed. | |
| [read-only] | IsValid | bool. Returns true if the the timer will still fire at some point in the future. |
| [read-only] | TimeInterval | double. The time interval for the timer. |
| [read-only] | UserInfo | NSObject. Custom user information that has been provided to the timer. |
static | CreateRepeatingScheduledTimer(double, NSAction)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)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)Creates a repeating timer with the specified parameters that can later be added to an NSRunLoop. | |
static | CreateRepeatingTimer(TimeSpan, NSAction)Creates a repeating timer with the specified parameters that can later be added to an NSRunLoop. | |
static | CreateScheduledTimer(double, NSAction)Creates a timer with the specified parameters and schedules it for execution on the current NSRunLoop in the default mode. | |
static | CreateScheduledTimer(TimeSpan, NSAction)Creates a timer with the specified parameters that can later be added to an NSRunLoop. | |
static | CreateScheduledTimer(double, NSObject, MonoMac.ObjCRuntime.Selector, NSObject, bool)Creates a timer with the specified parameters and schedules it for execution on the current NSRunLoop in the default mode. | |
static | CreateTimer(double, NSAction)Creates a timer object that can be later added to an NSRunLoop. | |
static | CreateTimer(TimeSpan, NSAction)Creates a timer object that can be later added to an NSRunLoop. | |
static | CreateTimer(double, NSObject, MonoMac.ObjCRuntime.Selector, NSObject, bool)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. | ||