C# 클래스 GestSpace.Interop.user32

파일 보기 프로젝트 열기: NicolasDorier/GestSpace

공개 메소드들

메소드 설명
CountVisibleWindows ( ) : int
GetAltTabWindows ( ) : IEnumerable
SetForeground ( IntPtr hWnd ) : void

비공개 메소드들

메소드 설명
AttachThreadInput ( uint idAttach, uint idAttachTo, bool fAttach ) : bool
EnumDesktopWindows ( IntPtr hDesktop, EnumDelegate lpEnumCallbackFunction, IntPtr lParam ) : bool
EnumDesktopWindows ( IntPtr hDesktop, EnumDesktopWindowsDelegate lpfn, IntPtr lParam ) : bool
EnumWindows ( EnumWindowsProc lpEnumFunc, IntPtr lParam ) : bool
GetActiveWindow ( ) : IntPtr
GetForegroundWindow ( ) : IntPtr
GetParent ( IntPtr hWnd ) : IntPtr
GetProcessName ( IntPtr hWnd ) : string
GetWindow ( IntPtr hWnd, GetWindow_Cmd uCmd ) : IntPtr
GetWindowLong ( IntPtr hWnd, int nIndex ) : int
GetWindowText ( IntPtr hWnd, StringBuilder lpWindowText, int nMaxCount ) : int
GetWindowText ( IntPtr hWnd ) : string
GetWindowThreadProcessId ( IntPtr hWnd, uint &lpdwProcessId ) : uint
IsIconic ( IntPtr hWnd ) : bool
IsWindowVisible ( IntPtr hWnd ) : bool
SendMessage ( IntPtr hWnd, UInt32 Msg, IntPtr wParam, IntPtr lParam ) : IntPtr
SetForegroundWindow ( IntPtr hWnd ) : bool
ShowWindow ( IntPtr hWnd, ShowWindowCommands nCmdShow ) : bool

메소드 상세

CountVisibleWindows() 공개 정적인 메소드

public static CountVisibleWindows ( ) : int
리턴 int

GetAltTabWindows() 공개 정적인 메소드

public static GetAltTabWindows ( ) : IEnumerable
리턴 IEnumerable

SetForeground() 공개 정적인 메소드

public static SetForeground ( IntPtr hWnd ) : void
hWnd System.IntPtr
리턴 void