C# 클래스 BrowserTools.Utils

파일 보기 프로젝트 열기: DevExpress/testcafe-browser-natives

공개 메소드들

메소드 설명
ForceForegroundWindow ( IntPtr hWnd ) : void
GetClassName ( IntPtr hWnd ) : string
GetForegroundWindow ( ) : IntPtr
GetWindowInfo ( IntPtr hWnd ) : WindowInfo
GetWindowRect ( IntPtr hWnd ) : Rect
GetWindowTitle ( IntPtr hWnd ) : string
IsWindowOnCurrentVirtualDesktop ( IntPtr hWnd ) : bool

비공개 메소드들

메소드 설명
GetClassName ( IntPtr hWnd, StringBuilder lpClassName, int nMaxCount ) : int
GetTopWindow ( IntPtr hWnd = default(IntPtr) ) : IntPtr
GetWindow ( IntPtr hWnd, uint uCmd ) : IntPtr
GetWindowInfo ( IntPtr hWnd, WindowInfo &pwi ) : IntPtr
GetWindowRect ( IntPtr hWnd, Rect &rect ) : IntPtr
HasZeroWindowRect ( IntPtr hWnd ) : bool
IsStartButton ( IntPtr hWnd ) : bool
IsTaskBar ( IntPtr hWnd ) : bool
IsWindowVisible ( IntPtr hWnd ) : bool
SendMessageTimeout ( IntPtr hWnd, UInt32 Msg, IntPtr wParam, IntPtr lParam, UInt32 fuFlags, UInt32 uTimeout, long &lpdwResult ) : IntPtr
SendMessageTimeout ( IntPtr hWnd, UInt32 Msg, IntPtr wParam, StringBuilder lParam, UInt32 fuFlags, UInt32 uTimeout, IntPtr lpdwResult ) : IntPtr
SetWindowPos ( IntPtr hWnd, IntPtr hWndInsertAfter, int x, int y, int width, int height, uint uFlags ) : bool

메소드 상세

ForceForegroundWindow() 공개 정적인 메소드

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

GetClassName() 공개 정적인 메소드

public static GetClassName ( IntPtr hWnd ) : string
hWnd System.IntPtr
리턴 string

GetForegroundWindow() 공개 정적인 메소드

public static GetForegroundWindow ( ) : IntPtr
리턴 System.IntPtr

GetWindowInfo() 공개 정적인 메소드

public static GetWindowInfo ( IntPtr hWnd ) : WindowInfo
hWnd System.IntPtr
리턴 WindowInfo

GetWindowRect() 공개 정적인 메소드

public static GetWindowRect ( IntPtr hWnd ) : Rect
hWnd System.IntPtr
리턴 Rect

GetWindowTitle() 공개 정적인 메소드

public static GetWindowTitle ( IntPtr hWnd ) : string
hWnd System.IntPtr
리턴 string

IsWindowOnCurrentVirtualDesktop() 공개 정적인 메소드

public static IsWindowOnCurrentVirtualDesktop ( IntPtr hWnd ) : bool
hWnd System.IntPtr
리턴 bool