August 2003
Intermediate to advanced
928 pages
32h 1m
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 AssemblyLoadEventArgs(System.Reflection.Assembly loadedAssembly);
// Public Instance Properties
public Assembly LoadedAssembly{get; }
}
Object
→
EventArgs
→
AssemblyLoadEventArgs
AssemblyLoadEventHandler.{BeginInvoke( ),
Invoke( )}