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 : Inherits EventArgs
' Public Constructors
   Public Sub New(
        ByVal loadedAssembly As System.Reflection.Assembly) 
' Public Instance Properties
   Public ReadOnly Property LoadedAssembly As Assembly  
End Class

Hierarchy

ObjectEventArgs AssemblyLoadEventArgs

Passed To

AssemblyLoadEventHandler.{BeginInvoke(), Invoke()}

Get VB.NET Core Classes 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.