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)]
[Introduced(PlatformName.iOS, 7, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.MacOSX, 10, 9, PlatformArchitecture.All, null)]
public virtual double Tolerance
{
[Export("tolerance")]
[Introduced(PlatformName.iOS, 7, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.MacOSX, 10, 9, PlatformArchitecture.All, null)]
get;
[Export("setTolerance:")]
[Introduced(PlatformName.iOS, 7, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.MacOSX, 10, 9, PlatformArchitecture.All, null)]
set;
}
}
}
nuget.org | 0.0 % Reference this API 0.0 % Get property 0.0 % Set property |
---|---|
.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