C# Class SharpEditor.EngineProcess

ファイルを表示 Open project: bcsanches/phobos3d Class Usage Examples

Public Methods

Method Description
EngineProcess ( string exeFile, string workingDirectory, string systemPath, Panel panel ) : System
Start ( ) : void
Stop ( ) : void

Private Methods

Method Description
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

Method Details

EngineProcess() public method

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

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void