C# Class UIAutomation.WindowSearcher

Inheritance: SearcherTemplate
Afficher le fichier Open project: apetrovskiy/STUPS Class Usage Examples

Private Properties

Свойство Type Description
FilterResultCollectionByWithControlParameter void
GetWindowCollectionByName List
GetWindowCollectionByPid List
GetWindowCollectionByProcessName List
GetWindowCollectionFromProcess List
GetWindowCollectionViaWin32 List
ReturnOnlyRightElements List

Méthodes publiques

Méthode Description
AfterSearchHook ( ) : void
BeforeSearchHook ( ) : void
OnFailureHook ( ) : void
OnStartHook ( ) : void
OnSuccessHook ( ) : void
SearchForElements ( SearcherTemplateData searchData ) : List

Private Methods

Méthode Description
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

Method Details

AfterSearchHook() public méthode

public AfterSearchHook ( ) : void
Résultat void

BeforeSearchHook() public méthode

public BeforeSearchHook ( ) : void
Résultat void

OnFailureHook() public méthode

public OnFailureHook ( ) : void
Résultat void

OnStartHook() public méthode

public OnStartHook ( ) : void
Résultat void

OnSuccessHook() public méthode

public OnSuccessHook ( ) : void
Résultat void

SearchForElements() public méthode

public SearchForElements ( SearcherTemplateData searchData ) : List
searchData SearcherTemplateData
Résultat List