C# Class UiaAtkBridge.GLibHacks

This code is ripped from gtk-sharp, and just provides a convenient way to invoke some code on the glib mainloop.
Mostrar archivo Open project: mono/uia2atk Class Usage Examples

Public Methods

Method Description
Invoke ( EventHandler d ) : AutoResetEvent
Invoke ( object sender, EventArgs args, EventHandler d ) : AutoResetEvent

Method Details

Invoke() public static method

public static Invoke ( EventHandler d ) : AutoResetEvent
d EventHandler
return System.Threading.AutoResetEvent

Invoke() public static method

public static Invoke ( object sender, EventArgs args, EventHandler d ) : AutoResetEvent
sender object
args System.EventArgs
d EventHandler
return System.Threading.AutoResetEvent