NSTimer
NSTimer(IntPtr)
NSTimer(NativeHandle)
NSTimer(NSObjectFlag)
NSTimer(NSDate, Double, NSObject, Selector, NSObject, Boolean)
NSTimer(NSDate, Double, Boolean, Action<NSTimer>)
NSTimer(NSDate, TimeSpan, Action<NSTimer>, Boolean)
ClassHandle
FireDate
IsValid
TimeInterval
Tolerance
UserInfo
CreateRepeatingScheduledTimer(Double, Action<NSTimer>)
CreateRepeatingScheduledTimer(TimeSpan, Action<NSTimer>)
CreateRepeatingTimer(Double, Action<NSTimer>)
CreateRepeatingTimer(TimeSpan, Action<NSTimer>)
CreateScheduledTimer(Double, NSObject, Selector, NSObject, Boolean)
CreateScheduledTimer(Double, Action<NSTimer>)
CreateScheduledTimer(TimeSpan, Action<NSTimer>)
CreateScheduledTimer(Double, Boolean, Action<NSTimer>)
CreateTimer(Double, NSObject, Selector, NSObject, Boolean)
CreateTimer(Double, Action<NSTimer>)
CreateTimer(TimeSpan, Action<NSTimer>)
CreateTimer(Double, Boolean, Action<NSTimer>)
Dispose(Boolean)
Fire()
Invalidate()
xamarinmac
namespace Foundation
{
[Register("NSTimer", true)]
public class NSTimer : NSObject
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("initWithFireDate:interval:repeats:block:")]
[Introduced(PlatformName.WatchOS, 3, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.TvOS, 10, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.MacOSX, 10, 12, PlatformArchitecture.All, null)]
[Introduced(PlatformName.iOS, 10, 0, PlatformArchitecture.All, null)]
public NSTimer(NSDate! date, double seconds, bool repeats, [BlockProxy(typeof(NIDActionArity1V34))] Action<NSTimer!>! block);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API