C# Класс Mono.UIAutomation.Winforms.Global

Показать файл Открыть проект

Открытые методы

Метод Описание
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