C# Class UIAutomation.ExecutionPlan

Description of ExecutionPlan.
ファイルを表示 Open project: apetrovskiy/STUPS Class Usage Examples

Private Properties

Property Type Description
DecreaseMaxCount void
DecreaseQueue void
Enqueue void
ExecutionPlan System.Collections.Generic

Public Methods

Method Description
DisposeHighlighers ( ) : void
Enqueue ( IUiElement elementToHighlight, string highlighterData ) : void
Init ( ) : void

Private Methods

Method Description
DecreaseMaxCount ( int newCount ) : void
DecreaseQueue ( int newCount ) : void
Enqueue ( Highlighter highLighter ) : void
ExecutionPlan ( ) : System.Collections.Generic

Method Details

DisposeHighlighers() public static method

public static DisposeHighlighers ( ) : void
return void

Enqueue() public static method

public static Enqueue ( IUiElement elementToHighlight, string highlighterData ) : void
elementToHighlight IUiElement
highlighterData string
return void

Init() public static method

public static Init ( ) : void
return void