ConstructorSelectorPolicyBase<TInjectionConstructorMarkerAttribute> Class

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.

Base class that provides an implementation of IConstructorSelectorPolicy which lets you override how the parameter resolvers are created.

Namespace:  Microsoft.Practices.ObjectBuilder2
Assembly:  Microsoft.Practices.ObjectBuilder2 (in Microsoft.Practices.ObjectBuilder2.dll)

Syntax

'Declaration
Public MustInherit Class ConstructorSelectorPolicyBase(Of TInjectionConstructorMarkerAttribute As Attribute) _
    Implements IConstructorSelectorPolicy, IBuilderPolicy
public abstract class ConstructorSelectorPolicyBase<TInjectionConstructorMarkerAttribute> : IConstructorSelectorPolicy, 
    IBuilderPolicy
where TInjectionConstructorMarkerAttribute : Attribute
generic<typename TInjectionConstructorMarkerAttribute>
where TInjectionConstructorMarkerAttribute : Attribute
public ref class ConstructorSelectorPolicyBase abstract : IConstructorSelectorPolicy, 
    IBuilderPolicy
JScript does not support generic types or methods.

Type Parameters

  • TInjectionConstructorMarkerAttribute

Inheritance Hierarchy

System.Object
  Microsoft.Practices.ObjectBuilder2.ConstructorSelectorPolicyBase<TInjectionConstructorMarkerAttribute>
    Microsoft.Practices.ObjectBuilder2.ConstructorSelectorPolicy<TInjectionConstructorMarkerAttribute>
    Microsoft.Practices.Unity.ObjectBuilder.DefaultUnityConstructorSelectorPolicy

See Also

ConstructorSelectorPolicyBase<TInjectionConstructorMarkerAttribute> Members

Microsoft.Practices.ObjectBuilder2 Namespace