March 2002
Intermediate to advanced
864 pages
31h 8m
English
AssemblyLoadEventArgs
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; } }
Object→EventArgs→AssemblyLoadEventArgs
AssemblyLoadEventHandler.{BeginInvoke(), Invoke()}