Mono Class Library: System.AssemblyLoadEventArgs Overview | Members

System.AssemblyLoadEventArgs.LoadedAssembly Property

Gets a System.Reflection.Assembly instance that represents the assembly for which an AssemblyLoad event was raised. [Edit]

public System.Reflection.Assembly LoadedAssembly { get; }

Value

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

Remarks

This property is read-only.

Note: The value of this property is set by the system when it raises a AppDomain.AssemblyLoad event.

[Edit]

Requirements

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