System.AssemblyLoadEventArgs.LoadedAssembly Property

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

Syntax

public System.Reflection.Assembly LoadedAssembly { get; }

Value

A System.Reflection.Assembly representing the assembly that has been loaded.

Remarks

The value of this property is set by the common language runtime when the AppDomain.AssemblyLoad event occurs.

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0