C# 클래스 GW2PAO.Utility.ProcessMonitor

상속: IDisposable
파일 보기 프로젝트 열기: SamHurne/gw2pao 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
Start ( ) : void

Starts the game type monitor

Stop ( ) : void

Stops the game type monitor

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Start() 공개 메소드

Starts the game type monitor
public Start ( ) : void
리턴 void

Stop() 공개 메소드

Stops the game type monitor
public Stop ( ) : void
리턴 void