C# 클래스 Moonlight.AtkBridge.AutomationBridge

파일 보기 프로젝트 열기: mono/uia2atk

공개 메소드들

메소드 설명
CreateAutomationBridge ( ) : AutomationBridge
GetAccessibleHandle ( ) : IntPtr
IsAccessibilityEnabled ( ) : bool
Shutdown ( ) : void

비공개 메소드들

메소드 설명
AutomationBridge ( ) : Atk
GetProgrammaticName ( AutomationProperty prop ) : string
IsExtensionEnabled ( ) : bool
OnAutomationEventRaised ( object o, System.Windows.Automation.Peers.AutomationEventEventArgs args ) : void
OnAutomationPropertyChanged ( object o, AutomationPropertyChangedEventArgs args ) : void

메소드 상세

CreateAutomationBridge() 공개 정적인 메소드

public static CreateAutomationBridge ( ) : AutomationBridge
리턴 AutomationBridge

GetAccessibleHandle() 공개 메소드

public GetAccessibleHandle ( ) : IntPtr
리턴 System.IntPtr

IsAccessibilityEnabled() 공개 정적인 메소드

public static IsAccessibilityEnabled ( ) : bool
리턴 bool

Shutdown() 공개 메소드

public Shutdown ( ) : void
리턴 void