C# 클래스 MonoMac.Foundation.NSTimer

파일 보기 프로젝트 열기: kangaroo/maccore 1 사용 예제들

공개 메소드들

메소드 설명
CreateRepeatingScheduledTimer ( System.TimeSpan when, NSAction action ) : NSTimer
CreateRepeatingScheduledTimer ( double seconds, NSAction action ) : NSTimer
CreateRepeatingTimer ( System.TimeSpan when, NSAction action ) : NSTimer
CreateRepeatingTimer ( double seconds, NSAction action ) : NSTimer
CreateScheduledTimer ( System.TimeSpan when, NSAction action ) : NSTimer
CreateScheduledTimer ( double seconds, NSAction action ) : NSTimer
CreateTimer ( System.TimeSpan when, NSAction action ) : NSTimer
CreateTimer ( double seconds, NSAction action ) : NSTimer
NSTimer ( MonoMac.Foundation.NSDate date, System.TimeSpan when, NSAction action, System repeats ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

CreateRepeatingScheduledTimer() 공개 정적인 메소드

public static CreateRepeatingScheduledTimer ( System.TimeSpan when, NSAction action ) : NSTimer
when System.TimeSpan
action NSAction
리턴 NSTimer

CreateRepeatingScheduledTimer() 공개 정적인 메소드

public static CreateRepeatingScheduledTimer ( double seconds, NSAction action ) : NSTimer
seconds double
action NSAction
리턴 NSTimer

CreateRepeatingTimer() 공개 정적인 메소드

public static CreateRepeatingTimer ( System.TimeSpan when, NSAction action ) : NSTimer
when System.TimeSpan
action NSAction
리턴 NSTimer

CreateRepeatingTimer() 공개 정적인 메소드

public static CreateRepeatingTimer ( double seconds, NSAction action ) : NSTimer
seconds double
action NSAction
리턴 NSTimer

CreateScheduledTimer() 공개 정적인 메소드

public static CreateScheduledTimer ( System.TimeSpan when, NSAction action ) : NSTimer
when System.TimeSpan
action NSAction
리턴 NSTimer

CreateScheduledTimer() 공개 정적인 메소드

public static CreateScheduledTimer ( double seconds, NSAction action ) : NSTimer
seconds double
action NSAction
리턴 NSTimer

CreateTimer() 공개 정적인 메소드

public static CreateTimer ( System.TimeSpan when, NSAction action ) : NSTimer
when System.TimeSpan
action NSAction
리턴 NSTimer

CreateTimer() 공개 정적인 메소드

public static CreateTimer ( double seconds, NSAction action ) : NSTimer
seconds double
action NSAction
리턴 NSTimer

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

NSTimer() 공개 메소드

public NSTimer ( MonoMac.Foundation.NSDate date, System.TimeSpan when, NSAction action, System repeats ) : System
date MonoMac.Foundation.NSDate
when System.TimeSpan
action NSAction
repeats System
리턴 System