C# Class GW2PAO.Utility.ProcessMonitor

Inheritance: IDisposable
Datei anzeigen Open project: SamHurne/gw2pao Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
Start ( ) : void

Starts the game type monitor

Stop ( ) : void

Stops the game type monitor

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method 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 method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Start() public method

Starts the game type monitor
public Start ( ) : void
return void

Stop() public method

Stops the game type monitor
public Stop ( ) : void
return void