C# Class NetIde.Test.Support.InteropUtil

Afficher le fichier Open project: netide/netide Class Usage Examples

Méthodes publiques

Méthode Description
FindWindowInProcess ( Process process, string title ) : IntPtr

Private Methods

Méthode Description
EnumChildWindows ( IntPtr hwndParent, EnumWindowsProc lpEnumFunc, IntPtr lParam ) : bool
EnumThreadWindows ( int threadId, EnumWindowsProc callback, IntPtr lParam ) : bool
FindChildWindow ( IntPtr hWnd, string title ) : IntPtr
FindWindowInThread ( int threadId, string title ) : IntPtr
GetWindowText ( IntPtr hWnd, StringBuilder text, int maxCount ) : int

Method Details

FindWindowInProcess() public static méthode

public static FindWindowInProcess ( Process process, string title ) : IntPtr
process System.Diagnostics.Process
title string
Résultat System.IntPtr