C# Class OpenIDE.Core.Windowing.BringToForeGround

Datei anzeigen Open project: continuoustests/OpenIDE

Public Methods

Method Description
ByHWnd ( IntPtr hwnd ) : void
ByProc ( string process ) : void
ByProcAndName ( string process, string title ) : void
ByProcess ( int pid ) : void

Private Methods

Method Description
findWindow ( string process, string title ) : IntPtr
setForegroundByHwnd ( IntPtr hWnd ) : void
setForegroundByPid ( int pid ) : void

Method Details

ByHWnd() public static method

public static ByHWnd ( IntPtr hwnd ) : void
hwnd System.IntPtr
return void

ByProc() public static method

public static ByProc ( string process ) : void
process string
return void

ByProcAndName() public static method

public static ByProcAndName ( string process, string title ) : void
process string
title string
return void

ByProcess() public static method

public static ByProcess ( int pid ) : void
pid int
return void