C# Class Scr.Input.InputTracker

Inheritance: IDisposable
Afficher le fichier Open project: vitalyobukhov/WebSaver Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
InputTracker ( ) : System
InputTracker ( EventHandler changed ) : System
Start ( ) : void
Stop ( ) : void

Private Methods

Méthode Description
Dispose ( bool disposing ) : void
timer_Elapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

InputTracker() public méthode

public InputTracker ( ) : System
Résultat System

InputTracker() public méthode

public InputTracker ( EventHandler changed ) : System
changed EventHandler
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void