C# 클래스 Atspi.Registry

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

Private Properties

프로퍼티 타입 설명
DeregisterEventListener void
GetApplication Application
GetApplication Application
GetAtspiBus NDesk.DBus.Bus
GetElement Accessible
Iterate void
ProcessPendingCalls void
RegisterEventListener void
Registry System
RemoveApplication void
TerminateInternal void
XDefaultRootWindow System.IntPtr
XGetWindowProperty int
XInternAtom System.IntPtr
XOpenDisplay System.IntPtr

공개 메소드들

메소드 설명
Initialize ( ) : void
Initialize ( bool startLoop ) : void
Terminate ( ) : void

비공개 메소드들

메소드 설명
DeregisterEventListener ( string name ) : void
GetApplication ( string name ) : Application
GetApplication ( string name, bool create ) : Application
GetAtspiBus ( ) : NDesk.DBus.Bus
GetElement ( AccessiblePath ap, bool create ) : Accessible
Iterate ( ) : void
ProcessPendingCalls ( ) : void
RegisterEventListener ( string name ) : void
Registry ( bool startLoop ) : System
RemoveApplication ( string name ) : void
TerminateInternal ( ) : void
XDefaultRootWindow ( IntPtr display ) : IntPtr
XGetWindowProperty ( IntPtr display, IntPtr w, IntPtr property, IntPtr long_offset, IntPtr long_length, int delete, IntPtr req_type, IntPtr &actual_type_return, int &actual_format_return, IntPtr &nitems_return, IntPtr &bytes_after_return, string &prop_return ) : int
XInternAtom ( IntPtr display, string atom_name, int only_if_eists ) : IntPtr
XOpenDisplay ( string name ) : IntPtr

메소드 상세

Initialize() 공개 정적인 메소드

public static Initialize ( ) : void
리턴 void

Initialize() 공개 정적인 메소드

public static Initialize ( bool startLoop ) : void
startLoop bool
리턴 void

Terminate() 공개 정적인 메소드

public static Terminate ( ) : void
리턴 void