C# 클래스 Mono.UIAutomation.UiaDbusSource.UiaDbusAutomationSource

상속: IAutomationSource
파일 보기 프로젝트 열기: mono/uia2atk 1 사용 예제들

공개 메소드들

메소드 설명
AddAutomationEventHandler ( AutomationEvent eventId, IElement element, TreeScope scope, AutomationEventHandler eventHandler ) : void
AddAutomationFocusChangedEventHandler ( FocusChangedEventHandler eventHandler ) : void
AddAutomationPropertyChangedEventHandler ( IElement element, TreeScope scope, AutomationPropertyChangedEventHandler eventHandler, AutomationProperty properties ) : void
AddStructureChangedEventHandler ( IElement element, TreeScope scope, StructureChangedEventHandler eventHandler ) : void
GetElementFromHandle ( IntPtr handle ) : IElement
GetFocusedElement ( ) : IElement
GetOrCreateElement ( string busName, string elementPath ) : UiaDbusElement
GetRootElements ( ) : IElement[]
Initialize ( ) : void
RemoveAllEventHandlers ( ) : void
RemoveAutomationEventHandler ( AutomationEvent eventId, IElement element, AutomationEventHandler eventHandler ) : void
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 ) : UiaDbusElement
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

메소드 상세

AddAutomationEventHandler() 공개 메소드

public AddAutomationEventHandler ( AutomationEvent eventId, IElement element, TreeScope scope, AutomationEventHandler eventHandler ) : void
eventId System.Windows.Automation.AutomationEvent
element IElement
scope TreeScope
eventHandler AutomationEventHandler
리턴 void

AddAutomationFocusChangedEventHandler() 공개 메소드

public AddAutomationFocusChangedEventHandler ( FocusChangedEventHandler eventHandler ) : void
eventHandler FocusChangedEventHandler
리턴 void

AddAutomationPropertyChangedEventHandler() 공개 메소드

public AddAutomationPropertyChangedEventHandler ( IElement element, TreeScope scope, AutomationPropertyChangedEventHandler eventHandler, AutomationProperty properties ) : void
element IElement
scope TreeScope
eventHandler AutomationPropertyChangedEventHandler
properties System.Windows.Automation.AutomationProperty
리턴 void

AddStructureChangedEventHandler() 공개 메소드

public AddStructureChangedEventHandler ( IElement element, TreeScope scope, StructureChangedEventHandler eventHandler ) : void
element IElement
scope TreeScope
eventHandler StructureChangedEventHandler
리턴 void

GetElementFromHandle() 공개 메소드

public GetElementFromHandle ( IntPtr handle ) : IElement
handle System.IntPtr
리턴 IElement

GetFocusedElement() 공개 메소드

public GetFocusedElement ( ) : IElement
리턴 IElement

GetOrCreateElement() 공개 메소드

public GetOrCreateElement ( string busName, string elementPath ) : UiaDbusElement
busName string
elementPath string
리턴 UiaDbusElement

GetRootElements() 공개 메소드

public GetRootElements ( ) : IElement[]
리턴 IElement[]

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

RemoveAllEventHandlers() 공개 메소드

public RemoveAllEventHandlers ( ) : void
리턴 void

RemoveAutomationEventHandler() 공개 메소드

public RemoveAutomationEventHandler ( AutomationEvent eventId, IElement element, AutomationEventHandler eventHandler ) : void
eventId System.Windows.Automation.AutomationEvent
element IElement
eventHandler AutomationEventHandler
리턴 void

RemoveAutomationFocusChangedEventHandler() 공개 메소드

public RemoveAutomationFocusChangedEventHandler ( FocusChangedEventHandler eventHandler ) : void
eventHandler FocusChangedEventHandler
리턴 void

RemoveAutomationPropertyChangedEventHandler() 공개 메소드

public RemoveAutomationPropertyChangedEventHandler ( IElement element, AutomationPropertyChangedEventHandler eventHandler ) : void
element IElement
eventHandler AutomationPropertyChangedEventHandler
리턴 void

RemoveStructureChangedEventHandler() 공개 메소드

public RemoveStructureChangedEventHandler ( IElement element, StructureChangedEventHandler eventHandler ) : void
element IElement
eventHandler StructureChangedEventHandler
리턴 void

Terminate() 공개 메소드

public Terminate ( ) : void
리턴 void