Name

AssemblyLoadEventArgs

Synopsis

This class is used by the .NET Framework to pass information to the AppDomain.AssemblyLoad event. This information consists of a System.Reflection.Assembly object that represents the newly loaded assembly.

public class AssemblyLoadEventArgs : EventArgs {
// Public Constructors
   public method AssemblyLoadEventArgs(
        System.Reflection.Assembly loadedAssembly);  
// Public Instance Properties
   public field Assembly LoadedAssembly{get; } 
}

Hierarchy

ObjectEventArgsAssemblyLoadEventArgs

Passed To

AssemblyLoadEventHandler.{BeginInvoke(), Invoke()}

Get C# in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.