C# 클래스 ShoeVox.ProcessWatcher

상속: IDisposable
파일 보기 프로젝트 열기: BaskinCutlerProjects/ShoeVox

공개 메소드들

메소드 설명
Dispose ( ) : void
ProcessWatcher ( ) : System
Watch ( List processNames, int timeThreshold = 5 ) : void

보호된 메소드들

메소드 설명
OnProcessEvent ( ProcessEventArgs e ) : void

비공개 메소드들

메소드 설명
doWatch ( string eventName, int timeThreshold, List processNames ) : void
watcher_EventArrived ( object sender, System.Management.EventArrivedEventArgs e ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

OnProcessEvent() 보호된 메소드

protected OnProcessEvent ( ProcessEventArgs e ) : void
e ProcessEventArgs
리턴 void

ProcessWatcher() 공개 메소드

public ProcessWatcher ( ) : System
리턴 System

Watch() 공개 메소드

public Watch ( List processNames, int timeThreshold = 5 ) : void
processNames List
timeThreshold int
리턴 void