mscorlib(4.0.0.0) API with additions
System.AssemblyLoadEventArgs Class Reference

Provides data for the E:System.AppDomain.AssemblyLoad event. More...

Inheritance diagram for System.AssemblyLoadEventArgs:
[legend]
Collaboration diagram for System.AssemblyLoadEventArgs:
[legend]

Public Member Functions

 AssemblyLoadEventArgs (Assembly loadedAssembly)
 Initializes a new instance of the T:System.AssemblyLoadEventArgs class using the specified T:System.Reflection.Assembly. More...
 
- Public Member Functions inherited from System.EventArgs
 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 Public Attributes inherited from System.EventArgs
static readonly EventArgs Empty = new EventArgs()
 Provides a value to use with events that do not have event data. More...
 

Detailed Description

Provides data for the E:System.AppDomain.AssemblyLoad event.

Definition at line 8 of file AssemblyLoadEventArgs.cs.

Constructor & Destructor Documentation

◆ AssemblyLoadEventArgs()

System.AssemblyLoadEventArgs.AssemblyLoadEventArgs ( Assembly  loadedAssembly)

Initializes a new instance of the T:System.AssemblyLoadEventArgs class using the specified T:System.Reflection.Assembly.

Parameters
loadedAssemblyAn instance that represents the currently loaded assembly.

Definition at line 18 of file AssemblyLoadEventArgs.cs.

Member Data Documentation

◆ LoadedAssembly

Assembly System.AssemblyLoadEventArgs.LoadedAssembly => _LoadedAssembly

Gets an T:System.Reflection.Assembly that represents the currently loaded assembly.

Returns
An instance of T:System.Reflection.Assembly that represents the currently loaded assembly.

Definition at line 14 of file AssemblyLoadEventArgs.cs.


The documentation for this class was generated from the following file: