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 AssemblyLoadEventArgs(System.Reflection.Assembly loadedAssembly);
// Public Instance Properties
   public Assembly LoadedAssembly{get; }
}

Hierarchy

Object EventArgs AssemblyLoadEventArgs

Passed To

AssemblyLoadEventHandler.{BeginInvoke( ), Invoke( )}

Get C# in a Nutshell, Second Edition 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.