C# 클래스 Mono.UIAutomation.Winforms.Global

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

공개 메소드들

메소드 설명
Initialize ( ) : void

Set up the all the *Listener classes to winforms events that will allow the correct UIA providers to be created and the correct UIA events to be fired. This method is called via reflection from the System.Windows.Forms.Application class.

비공개 메소드들

메소드 설명
OnPreRun ( object sender, EventArgs args ) : void

Start GLib mainloop in its own thread just before winforms mainloop starts, but after gtk_init () has been called by MWF

메소드 상세

Initialize() 공개 정적인 메소드

Set up the all the *Listener classes to winforms events that will allow the correct UIA providers to be created and the correct UIA events to be fired. This method is called via reflection from the System.Windows.Forms.Application class.
public static Initialize ( ) : void
리턴 void