C# 클래스 TSTool.EnumerateOpenedWindows

파일 보기 프로젝트 열기: brightideainc/TSTool

공개 메소드들

메소드 설명
GetDesktopWindowsTitles ( ) : string[]

Return titles of all visible windows on desktop

GetWindowText ( IntPtr hWnd ) : string

Return the window title of handle

비공개 메소드들

메소드 설명
EnumDesktopWindows ( IntPtr hDesktop, EnumDelegate lpEnumCallbackFunction, IntPtr lParam ) : bool
EnumWindowsProc ( IntPtr hWnd, int lParam ) : bool
IsWindowVisible ( IntPtr hWnd ) : bool
_GetWindowText ( IntPtr hWnd, StringBuilder lpWindowText, int nMaxCount ) : int

메소드 상세

GetDesktopWindowsTitles() 공개 정적인 메소드

Return titles of all visible windows on desktop
public static GetDesktopWindowsTitles ( ) : string[]
리턴 string[]

GetWindowText() 공개 정적인 메소드

Return the window title of handle
public static GetWindowText ( IntPtr hWnd ) : string
hWnd System.IntPtr
리턴 string