Microsoft.Practices.Unity.ObjectBuilder Namespace

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

The latest Unity Application Block information can be found at the Unity Application Block site.

Classes

  Class Description
Ee650303.pubclass(en-us,PandP.10).gif DefaultUnityConstructorSelectorPolicy
An implementation of IConstructorSelectorPolicy that is aware of the build keys used by the Unity container.
Ee650303.pubclass(en-us,PandP.10).gif DefaultUnityMethodSelectorPolicy
An implementation of IMethodSelectorPolicy that is aware of the build keys used by the Unity container.
Ee650303.pubclass(en-us,PandP.10).gif DefaultUnityPropertySelectorPolicy
An implementation of IPropertySelectorPolicy that is aware of the build keys used by the unity container.
Ee650303.pubclass(en-us,PandP.10).gif LiteralValueDependencyResolverPolicy
A IDependencyResolverPolicy implementation that returns the value set in the constructor.
Ee650303.pubclass(en-us,PandP.10).gif NamedTypeDependencyResolverPolicy
An implementation of IDependencyResolverPolicy that stores a type and name, and at resolution time puts them together into a NamedTypeBuildKey.
Ee650303.pubclass(en-us,PandP.10).gif SpecifiedConstructorSelectorPolicy
An implementation of IConstructorSelectorPolicy that selects the given constructor and creates the appropriate resolvers to call it with the specified parameters.
Ee650303.pubclass(en-us,PandP.10).gif SpecifiedMemberSelectorHelper
Helper class for implementing selector policies that need to set up dependency resolver policies.
Ee650303.pubclass(en-us,PandP.10).gif SpecifiedMethodsSelectorPolicy
A IMethodSelectorPolicy implementation that calls the specific methods with the given parameters.
Ee650303.pubclass(en-us,PandP.10).gif SpecifiedPropertiesSelectorPolicy
An implementation of IPropertySelectorPolicy which returns the set of specific properties that the selector was configured with.

Enumerations

  Enumeration Description
Ee650303.pubenumeration(en-us,PandP.10).gif UnityBuildStage
The build stages we use in the Unity container strategy pipeline.