C# Class PRI.ProductivityExtensions.AssemblyLoadEventHandlerExtensions.AssemblyLoadEventHandlerable

Class that contains extension methods that extend AssemblyLoadEventHandler
Datei anzeigen Open project: peteraritchie/ProductivityExtensions

Public Methods

Method Description
BeginInvoke ( this assemblyloadeventhandler, Object sender, AssemblyLoadEventArgs args, AsyncCallback callback ) : IAsyncResult

Extends BeginInvoke so that when a state object is not needed, null does not need to be passed. assemblyloadeventhandler.BeginInvoke(sender, args, callback);

Method Details

BeginInvoke() public static method

Extends BeginInvoke so that when a state object is not needed, null does not need to be passed. assemblyloadeventhandler.BeginInvoke(sender, args, callback);
public static BeginInvoke ( this assemblyloadeventhandler, Object sender, AssemblyLoadEventArgs args, AsyncCallback callback ) : IAsyncResult
assemblyloadeventhandler this
sender Object
args System.AssemblyLoadEventArgs
callback AsyncCallback
return IAsyncResult