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("timerWithTimeInterval:target:selector:userInfo:repeats:")]
public static NSTimer! CreateTimer(double seconds, NSObject! target, Selector! selector, NSObject? userInfo, bool repeats);
}
}
.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