C# 클래스 ProcessMonitor.App.Presenters.MainPresenter

상속: IPresenter
파일 보기 프로젝트 열기: sys27/ProcessMonitor 1 사용 예제들

공개 메소드들

메소드 설명
AddToWatch ( string process ) : void
ClearWatchs ( ) : void
Connect ( string server ) : void
Disconnect ( ) : void
Download ( string path ) : void
Exit ( ) : void
GetAllProcesses ( ) : IEnumerable
LoadWatchs ( ) : void
MainPresenter ( IMainView view ) : System
RemoveWatch ( string process ) : void
Reset ( ) : void
SaveStatistics ( ) : void
SaveWatchs ( ) : void
SetInterval ( uint interval ) : void
Start ( ) : void
Stop ( ) : void
Update ( ) : void

비공개 메소드들

메소드 설명
ConvertMillisecondsToTime ( uint milliseconds ) : string
UpdateTotalTime ( ) : void
UpdateWatchList ( ) : void

메소드 상세

AddToWatch() 공개 메소드

public AddToWatch ( string process ) : void
process string
리턴 void

ClearWatchs() 공개 메소드

public ClearWatchs ( ) : void
리턴 void

Connect() 공개 메소드

public Connect ( string server ) : void
server string
리턴 void

Disconnect() 공개 메소드

public Disconnect ( ) : void
리턴 void

Download() 공개 메소드

public Download ( string path ) : void
path string
리턴 void

Exit() 공개 메소드

public Exit ( ) : void
리턴 void

GetAllProcesses() 공개 메소드

public GetAllProcesses ( ) : IEnumerable
리턴 IEnumerable

LoadWatchs() 공개 메소드

public LoadWatchs ( ) : void
리턴 void

MainPresenter() 공개 메소드

public MainPresenter ( IMainView view ) : System
view IMainView
리턴 System

RemoveWatch() 공개 메소드

public RemoveWatch ( string process ) : void
process string
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

SaveStatistics() 공개 메소드

public SaveStatistics ( ) : void
리턴 void

SaveWatchs() 공개 메소드

public SaveWatchs ( ) : void
리턴 void

SetInterval() 공개 메소드

public SetInterval ( uint interval ) : void
interval uint
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void