C# 클래스 FlatRedBall.Glue.ProcessManager

파일 보기 프로젝트 열기: vchelaru/FlatRedBall

공개 메소드들

메소드 설명
OpenProcess ( Process process ) : void
OpenProcess ( string path, string parameters ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

OpenProcess() 공개 정적인 메소드

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

OpenProcess() 공개 정적인 메소드

public static OpenProcess ( string path, string parameters ) : void
path string
parameters string
리턴 void