C# 클래스 Emveepee.Widgets.ProfilerProcess

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

공개 메소드들

메소드 설명
Kill ( ) : void
Pause ( ) : void
ProfilerProcess ( ProfileConfiguration config ) : System
ProfilerProcess ( ProfileConfiguration config, Process proc ) : System
Resume ( ) : void
Start ( ) : void

비공개 메소드들

메소드 설명
OnExited ( ) : void
OnPaused ( ) : void

메소드 상세

Kill() 공개 메소드

public Kill ( ) : void
리턴 void

Pause() 공개 메소드

public Pause ( ) : void
리턴 void

ProfilerProcess() 공개 메소드

public ProfilerProcess ( ProfileConfiguration config ) : System
config ProfileConfiguration
리턴 System

ProfilerProcess() 공개 메소드

public ProfilerProcess ( ProfileConfiguration config, Process proc ) : System
config ProfileConfiguration
proc System.Diagnostics.Process
리턴 System

Resume() 공개 메소드

public Resume ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void