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: