C# Class OpenIDE.Core.Windowing.BringToForeGround

Afficher le fichier Open project: continuoustests/OpenIDE

Méthodes publiques

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

Private Methods

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

Method Details

ByHWnd() public static méthode

public static ByHWnd ( IntPtr hwnd ) : void
hwnd System.IntPtr
Résultat void

ByProc() public static méthode

public static ByProc ( string process ) : void
process string
Résultat void

ByProcAndName() public static méthode

public static ByProcAndName ( string process, string title ) : void
process string
title string
Résultat void

ByProcess() public static méthode

public static ByProcess ( int pid ) : void
pid int
Résultat void