C# Class System.Windows.Forms.Timer

Inheritance: System.ComponentModel.Component
Afficher le fichier Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Private Properties

Свойство Type Description
FireTick void
NSTimerFire void
TickHandler void
Update void

Méthodes publiques

Méthode Description
Start ( ) : void
Stop ( ) : void
Timer ( ) : System
Timer ( IContainer container ) : System
ToString ( ) : string

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
OnTick ( EventArgs e ) : void

Private Methods

Méthode Description
FireTick ( ) : void
NSTimerFire ( ) : void
TickHandler ( object sender, EventArgs e ) : void
Update ( System.DateTime update ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

OnTick() protected méthode

protected OnTick ( EventArgs e ) : void
e System.EventArgs
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

Timer() public méthode

public Timer ( ) : System
Résultat System

Timer() public méthode

public Timer ( IContainer container ) : System
container IContainer
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string