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.

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.

Namespace:   System.Runtime.InteropServices.WindowsRuntime
Assembly:  mscorlib (in mscorlib.dll)

public:
property Collection<Assembly^>^ ResolvedAssemblies {
	Collection<Assembly^>^ get();
}

Property Value

Type: System.Collections.ObjectModel::Collection<Assembly^>^

A collection of assemblies that define the requested namespace.

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
Return to top
Show:
© 2017 Microsoft