Share via


InjectedMembers.ConfigureInjectionFor Method

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.

Overload List

  Name Description
Ee649742.pubmethod(en-us,PandP.10).gif ConfigureInjectionFor<TTypeToInject>(array<InjectionMember[])
API to configure the injection settings for a particular type.
Ee649742.pubmethod(en-us,PandP.10).gif ConfigureInjectionFor<TTypeToInject>(String, array<InjectionMember[])
API to configure the injection settings for a particular type/name pair.
Ee649742.pubmethod(en-us,PandP.10).gif ConfigureInjectionFor(Type, array<InjectionMember[])
API to configure the injection settings for a particular type.
Ee649742.pubmethod(en-us,PandP.10).gif ConfigureInjectionFor(Type, String, array<InjectionMember[])
API to configure the injection settings for a particular type/name pair.

See Also

InjectedMembers Class

InjectedMembers Members

Microsoft.Practices.Unity Namespace