Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft