mscorlib(4.0.0.0) API with additions
|
Provides data for the E:System.AppDomain.AssemblyLoad event. More...
Public Member Functions | |
AssemblyLoadEventArgs (Assembly loadedAssembly) | |
Initializes a new instance of the T:System.AssemblyLoadEventArgs class using the specified T:System.Reflection.Assembly. More... | |
![]() | |
EventArgs () | |
Initializes a new instance of the T:System.EventArgs class. More... | |
Public Attributes | |
Assembly | LoadedAssembly => _LoadedAssembly |
Gets an T:System.Reflection.Assembly that represents the currently loaded assembly. More... | |
Additional Inherited Members | |
![]() | |
static readonly EventArgs | Empty = new EventArgs() |
Provides a value to use with events that do not have event data. More... | |
Provides data for the E:System.AppDomain.AssemblyLoad event.
Definition at line 8 of file AssemblyLoadEventArgs.cs.
System.AssemblyLoadEventArgs.AssemblyLoadEventArgs | ( | Assembly | loadedAssembly | ) |
Initializes a new instance of the T:System.AssemblyLoadEventArgs class using the specified T:System.Reflection.Assembly.
loadedAssembly | An instance that represents the currently loaded assembly. |
Definition at line 18 of file AssemblyLoadEventArgs.cs.
Assembly System.AssemblyLoadEventArgs.LoadedAssembly => _LoadedAssembly |
Gets an T:System.Reflection.Assembly that represents the currently loaded assembly.
Definition at line 14 of file AssemblyLoadEventArgs.cs.