C# Class FlatRedBall.Glue.ProcessManager

显示文件 Open project: vchelaru/FlatRedBall

Public Methods

Method Description
OpenProcess ( Process process ) : void
OpenProcess ( string path, string parameters ) : void

Private Methods

Method Description
SetForegroundWindow ( IntPtr hWnd ) : bool
SetParent ( IntPtr hWndChild, IntPtr hWndNewParent ) : IntPtr
SetWindowPos ( IntPtr hWnd, IntPtr hWndInsertAfter, int X, int Y, int W, int H, uint uFlags ) : bool
ShowWindowAsync ( IntPtr hWnd, int nCmdShow ) : bool
Tick ( object data ) : void

Method Details

OpenProcess() public static method

public static OpenProcess ( Process process ) : void
process System.Diagnostics.Process
return void

OpenProcess() public static method

public static OpenProcess ( string path, string parameters ) : void
path string
parameters string
return void