C# 클래스 SharpEditor.EngineProcess

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

공개 메소드들

메소드 설명
EngineProcess ( string exeFile, string workingDirectory, string systemPath, Panel panel ) : System
Start ( ) : void
Stop ( ) : void

비공개 메소드들

메소드 설명
HandleResize ( ) : void
MoveWindow ( IntPtr hwnd, int x, int y, int cx, int cy, bool repaint ) : bool
StopCaptureMainWindowTimer ( ) : void
mCaptureMainWindowTimer_Tick ( object sender, EventArgs e ) : void
mPanel_SizeChanged ( object sender, EventArgs e ) : void
mProcess_Exited ( object sender, EventArgs e ) : void

메소드 상세

EngineProcess() 공개 메소드

public EngineProcess ( string exeFile, string workingDirectory, string systemPath, Panel panel ) : System
exeFile string
workingDirectory string
systemPath string
panel System.Windows.Forms.Panel
리턴 System

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void