NamespaceResolveEventArgs::ResolvedAssemblies Property
.NET Framework (current version)
Gets a collection of assemblies; when the event handler for the ReflectionOnlyNamespaceResolve event is invoked, the collection is empty, and the event handler is responsible for adding the necessary assemblies.
Assembly: mscorlib (in mscorlib.dll)
The event handler adds to this collection all assemblies that define the namespace that is specified by the NamespaceName property.
.NET Framework
Available since 4.5
Available since 4.5
Show: