AssemblyLoadEventArgs::LoadedAssembly Property

 

Gets an Assembly that represents the currently loaded assembly.

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

public:
property Assembly^ LoadedAssembly {
	Assembly^ get();
}

Property Value

Type: System.Reflection::Assembly^

An instance of Assembly that represents the currently loaded assembly.

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

.NET Framework
Available since 1.1
Return to top
Show: