ResolveAll Method (Type)
Return instances of all registered types requested.
Namespace:
Microsoft.Practices.Unity
Assembly:
Microsoft.Practices.Unity (in Microsoft.Practices.Unity.dll)
This method is useful if you've registered multiple types with the same Type but different names.
Be aware that this method does NOT return an instance for the default (unnamed) registration.