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 Constructor (Assembly^)
.NET Framework (current version)
Initializes a new instance of the AssemblyLoadEventArgs class using the specified Assembly.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- loadedAssembly
-
Type:
System.Reflection::Assembly^
An instance that represents the currently loaded assembly.
ReflectionPermission
when invoked late-bound through mechanisms such as Type::InvokeMember. Associated enumeration: ReflectionPermissionFlag::MemberAccess.
.NET Framework
Available since 1.1
Available since 1.1
Show: