C# 클래스 UIAutomation.WindowSearcher

상속: SearcherTemplate
파일 보기 프로젝트 열기: apetrovskiy/STUPS 1 사용 예제들

Private Properties

프로퍼티 타입 설명
FilterResultCollectionByWithControlParameter void
GetWindowCollectionByName List
GetWindowCollectionByPid List
GetWindowCollectionByProcessName List
GetWindowCollectionFromProcess List
GetWindowCollectionViaWin32 List
ReturnOnlyRightElements List

공개 메소드들

메소드 설명
AfterSearchHook ( ) : void
BeforeSearchHook ( ) : void
OnFailureHook ( ) : void
OnStartHook ( ) : void
OnSuccessHook ( ) : void
SearchForElements ( SearcherTemplateData searchData ) : List

비공개 메소드들

메소드 설명
FilterResultCollectionByWithControlParameter ( ) : void
GetWindowCollectionByName ( IUiElement rootElement, WindowSearcherData data ) : List
GetWindowCollectionByPid ( IUiElement rootElement, WindowSearcherData data ) : List
GetWindowCollectionByProcessName ( WindowSearcherData data ) : List
GetWindowCollectionFromProcess ( WindowSearcherData data ) : List
GetWindowCollectionViaWin32 ( WindowSearcherData data ) : List
ReturnOnlyRightElements ( IEnumerable inputCollection, SearcherTemplateData searcherData, bool caseSensitive, bool viaWildcardOrRegex ) : List

메소드 상세

AfterSearchHook() 공개 메소드

public AfterSearchHook ( ) : void
리턴 void

BeforeSearchHook() 공개 메소드

public BeforeSearchHook ( ) : void
리턴 void

OnFailureHook() 공개 메소드

public OnFailureHook ( ) : void
리턴 void

OnStartHook() 공개 메소드

public OnStartHook ( ) : void
리턴 void

OnSuccessHook() 공개 메소드

public OnSuccessHook ( ) : void
리턴 void

SearchForElements() 공개 메소드

public SearchForElements ( SearcherTemplateData searchData ) : List
searchData SearcherTemplateData
리턴 List