C# 클래스 Atspi.Desktop

상속: Accessible
파일 보기 프로젝트 열기: mono/at-spi-sharp 1 사용 예제들

공개 메소드들

메소드 설명
Terminate ( ) : void

비공개 메소드들

메소드 설명
Add ( Application app ) : void
Desktop ( Application registry ) : System
GetAlternateBusName ( ) : string
PostInit ( ) : void
RaiseChildAdded ( Accessible sender, Accessible child ) : void
RaiseChildRemoved ( Accessible sender, Accessible child ) : void
RaiseDescriptionChanged ( Accessible sender, string oldDescription, string newDescription ) : void
RaiseNameChanged ( Accessible sender, string oldName, string newName ) : void
RaiseRoleChanged ( Accessible sender, Role oldRole, Role newRole ) : void
RaiseStateChanged ( Accessible sender, StateType type, bool set ) : void
Remove ( Application app ) : void

메소드 상세

Terminate() 공개 정적인 메소드

public static Terminate ( ) : void
리턴 void