C# 클래스 Dev2.Activities.ModalChecker

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

Private Properties

프로퍼티 타입 설명
EnumThreadWindows bool
EnumWindows int
GetWindowLong uint
GetWindowText int
GetWindowTextLength int
GetWindowThreadProcessId uint
IsWindowVisible bool
ModalChecker System
ThreadWindows bool
WindowEnum int

공개 메소드들

메소드 설명
IsWaitingForUserInput ( Process process ) : System.Boolean

비공개 메소드들

메소드 설명
EnumThreadWindows ( int dwThreadId, EnumThreadDelegate lpfn, IntPtr lParam ) : bool
EnumWindows ( EnumWindowsProc lpEnumFunc, int lParam ) : int
GetWindowLong ( IntPtr hWnd, int nIndex ) : uint
GetWindowText ( IntPtr handle, [ caption, int count ) : int
GetWindowTextLength ( IntPtr handle ) : int
GetWindowThreadProcessId ( IntPtr hWnd, IntPtr &lpdwProcessId ) : uint
IsWindowVisible ( IntPtr handle ) : bool
ModalChecker ( Process process ) : System
ThreadWindows ( IntPtr handle ) : bool
WindowEnum ( IntPtr hWnd, int lParam ) : int

메소드 상세

IsWaitingForUserInput() 공개 정적인 메소드

public static IsWaitingForUserInput ( Process process ) : System.Boolean
process System.Diagnostics.Process
리턴 System.Boolean