IUnityContainer.Resolve Method
Resolve an instance of the requested type with the given name from the container.
Namespace:
Microsoft.Practices.UnityAssembly: Microsoft.Practices.Unity (in Microsoft.Practices.Unity.dll)
Parameters
- t
- Type: System.Type
Type of object to get from the container.
- name
- Type: System.String
Name of the object to retrieve.
- resolverOverrides
- Type:
Microsoft.Practices.Unity.ResolverOverride
[]
Any overrides for the resolve call.