C# Class GW2PAO.Utility.ProcessMonitor

Inheritance: IDisposable
Afficher le fichier Open project: SamHurne/gw2pao Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
Start ( ) : void

Starts the game type monitor

Stop ( ) : void

Stops the game type monitor

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
IsWvWMap ( int mapId ) : bool

Determines if the given map ID is for one of the WvW maps

ProcessMonitor ( ISystemService systemService, IPlayerService playerService, EventAggregator eventAggregator ) : System
Refresh ( object state = null ) : void

Main functionality of the Process Monitor, refreshes monitor state of the gw2 process

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

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

Start() public méthode

Starts the game type monitor
public Start ( ) : void
Résultat void

Stop() public méthode

Stops the game type monitor
public Stop ( ) : void
Résultat void