C# 클래스 Business.ProcessWatcher

파일 보기 프로젝트 열기: mysteryx93/NaturalGroundingPlayer 1 사용 예제들

공개 메소드들

메소드 설명
EnsureRunning ( ) : void
ProcessWatcher ( MPC api ) : System
Start ( ) : void
Stop ( ) : void

비공개 메소드들

메소드 설명
timerKillIfFrozen_Elapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void

메소드 상세

EnsureRunning() 공개 메소드

public EnsureRunning ( ) : void
리턴 void

ProcessWatcher() 공개 메소드

public ProcessWatcher ( MPC api ) : System
api MPC
리턴 System

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void