C# Class SharpEditor.EngineProcess

Afficher le fichier Open project: bcsanches/phobos3d Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode 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 méthode

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

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void