C# Class ShoeVox.ProcessWatcher

Inheritance: IDisposable
Afficher le fichier Open project: BaskinCutlerProjects/ShoeVox

Méthodes publiques

Méthode Description
Dispose ( ) : void
ProcessWatcher ( ) : System
Watch ( List processNames, int timeThreshold = 5 ) : void

Méthodes protégées

Méthode Description
OnProcessEvent ( ProcessEventArgs e ) : void

Private Methods

Méthode Description
doWatch ( string eventName, int timeThreshold, List processNames ) : void
watcher_EventArrived ( object sender, System.Management.EventArrivedEventArgs e ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

OnProcessEvent() protected méthode

protected OnProcessEvent ( ProcessEventArgs e ) : void
e ProcessEventArgs
Résultat void

ProcessWatcher() public méthode

public ProcessWatcher ( ) : System
Résultat System

Watch() public méthode

public Watch ( List processNames, int timeThreshold = 5 ) : void
processNames List
timeThreshold int
Résultat void