C# 클래스 NetIde.Test.Support.InteropUtil

파일 보기 프로젝트 열기: netide/netide 1 사용 예제들

공개 메소드들

메소드 설명
FindWindowInProcess ( Process process, string title ) : IntPtr

비공개 메소드들

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

메소드 상세

FindWindowInProcess() 공개 정적인 메소드

public static FindWindowInProcess ( Process process, string title ) : IntPtr
process System.Diagnostics.Process
title string
리턴 System.IntPtr