Метод | Описание | |
---|---|---|
AddAutomationEventHandler ( |
||
AddAutomationFocusChangedEventHandler ( FocusChangedEventHandler eventHandler ) : void | ||
AddAutomationPropertyChangedEventHandler ( IElement element, TreeScope scope, AutomationPropertyChangedEventHandler eventHandler, |
||
AddStructureChangedEventHandler ( IElement element, TreeScope scope, StructureChangedEventHandler eventHandler ) : void | ||
GetElementFromHandle ( |
||
GetFocusedElement ( ) : IElement | ||
GetOrCreateElement ( string busName, string elementPath ) : |
||
GetRootElements ( ) : IElement[] | ||
Initialize ( ) : void | ||
RemoveAllEventHandlers ( ) : void | ||
RemoveAutomationEventHandler ( |
||
RemoveAutomationFocusChangedEventHandler ( FocusChangedEventHandler eventHandler ) : void | ||
RemoveAutomationPropertyChangedEventHandler ( IElement element, AutomationPropertyChangedEventHandler eventHandler ) : void | ||
RemoveStructureChangedEventHandler ( IElement element, StructureChangedEventHandler eventHandler ) : void | ||
Terminate ( ) : void |
Метод | Описание | |
---|---|---|
AbortMainLoop ( ) : void | ||
BindApplicationEventHandlers ( string busName ) : void | ||
BusNameOwnerChanged ( string name, string oldOwner, string newOwner ) : void | ||
CheckMainLoop ( ) : void | ||
CreateElement ( Mono.UIAutomation.UiaDbus.Interfaces dbusElement, string busName, string elementPath ) : |
||
DeserializeAutomationPropertyValue ( string busName, int propId, object value ) : object | ||
EnsureAutomationEventsSetUp ( Mono.UIAutomation.UiaDbus.Interfaces app, string busName ) : void | ||
EnsurePropertyEventsSetUp ( Mono.UIAutomation.UiaDbus.Interfaces app, string busName ) : void | ||
EnsureStructureEventsSetUp ( Mono.UIAutomation.UiaDbus.Interfaces app, string busName ) : void | ||
FetchUiaDbusNames ( ) : void | ||
GetOrCreateElements ( string busName, string paths ) : Mono.UIAutomation.UiaDbusSource.UiaDbusElement[] | ||
GetUiaApplications ( ) : DCI.IApplication>.Dictionary |
||
GetUiaDbusNames ( ) : string[] | ||
IsUiaDbusName ( string busName ) : bool | ||
MainLoop ( ) : void | ||
OnRootElementsChanged ( ) : void | ||
StartListenFocusChangedEvents ( ) : void |
public AddAutomationEventHandler ( |
||
eventId | ||
element | IElement | |
scope | TreeScope | |
eventHandler | AutomationEventHandler | |
Результат | void |
public AddAutomationFocusChangedEventHandler ( FocusChangedEventHandler eventHandler ) : void | ||
eventHandler | FocusChangedEventHandler | |
Результат | void |
public AddAutomationPropertyChangedEventHandler ( IElement element, TreeScope scope, AutomationPropertyChangedEventHandler eventHandler, |
||
element | IElement | |
scope | TreeScope | |
eventHandler | AutomationPropertyChangedEventHandler | |
properties | ||
Результат | void |
public AddStructureChangedEventHandler ( IElement element, TreeScope scope, StructureChangedEventHandler eventHandler ) : void | ||
element | IElement | |
scope | TreeScope | |
eventHandler | StructureChangedEventHandler | |
Результат | void |
public GetElementFromHandle ( |
||
handle | ||
Результат | IElement |
public GetOrCreateElement ( string busName, string elementPath ) : |
||
busName | string | |
elementPath | string | |
Результат |
public RemoveAutomationEventHandler ( |
||
eventId | ||
element | IElement | |
eventHandler | AutomationEventHandler | |
Результат | void |
public RemoveAutomationFocusChangedEventHandler ( FocusChangedEventHandler eventHandler ) : void | ||
eventHandler | FocusChangedEventHandler | |
Результат | void |
public RemoveAutomationPropertyChangedEventHandler ( IElement element, AutomationPropertyChangedEventHandler eventHandler ) : void | ||
element | IElement | |
eventHandler | AutomationPropertyChangedEventHandler | |
Результат | void |
public RemoveStructureChangedEventHandler ( IElement element, StructureChangedEventHandler eventHandler ) : void | ||
element | IElement | |
eventHandler | StructureChangedEventHandler | |
Результат | void |