UnityContainer.RegisterType 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
Ee649941.pubmethod(en-us,PandP.10).gif RegisterType<T>(array<InjectionMember[])
Register a type with specific members to be injected.
(Inherited from UnityContainerBase.)
Ee649941.pubmethod(en-us,PandP.10).gif RegisterType<TFrom, TTo>(LifetimeManager, array<InjectionMember[])
RegisterType a type mapping with the container, where the created instances will use the given LifetimeManager.
(Inherited from UnityContainerBase.)
Ee649941.pubmethod(en-us,PandP.10).gif RegisterType<TFrom, TTo>(String, array<InjectionMember[])
RegisterType a type mapping with the container.
(Inherited from UnityContainerBase.)
Ee649941.pubmethod(en-us,PandP.10).gif RegisterType(Type, array<InjectionMember[])
Register a type with specific members to be injected.
(Inherited from UnityContainerBase.)
Ee649941.pubmethod(en-us,PandP.10).gif RegisterType<TFrom, TTo>(String, LifetimeManager, array<InjectionMember[])
RegisterType a type mapping with the container, where the created instances will use the given LifetimeManager.
(Inherited from UnityContainerBase.)
Ee649941.pubmethod(en-us,PandP.10).gif RegisterType(Type, LifetimeManager, array<InjectionMember[])
RegisterType a LifetimeManager for the given type and name with the container. No type mapping is performed for this type.
(Inherited from UnityContainerBase.)
Ee649941.pubmethod(en-us,PandP.10).gif RegisterType(Type, String, array<InjectionMember[])
Register a LifetimeManager for the given type and name with the container. No type mapping is performed for this type.
(Inherited from UnityContainerBase.)
Ee649941.pubmethod(en-us,PandP.10).gif RegisterType(Type, Type, array<InjectionMember[])
RegisterType a type mapping with the container.
(Inherited from UnityContainerBase.)
Ee649941.pubmethod(en-us,PandP.10).gif RegisterType(Type, String, LifetimeManager, array<InjectionMember[])
RegisterType a LifetimeManager for the given type and name with the container. No type mapping is performed for this type.
(Inherited from UnityContainerBase.)
Ee649941.pubmethod(en-us,PandP.10).gif RegisterType(Type, Type, LifetimeManager, array<InjectionMember[])
RegisterType a type mapping with the container, where the created instances will use the given LifetimeManager.
(Inherited from UnityContainerBase.)
Ee649941.pubmethod(en-us,PandP.10).gif RegisterType(Type, Type, String, array<InjectionMember[])
RegisterType a type mapping with the container.
(Inherited from UnityContainerBase.)
Ee649941.pubmethod(en-us,PandP.10).gif RegisterType(Type, Type, String, LifetimeManager, array<InjectionMember[])
RegisterType a type mapping with the container, where the created instances will use the given LifetimeManager.
(Overrides UnityContainerBase.RegisterType(Type, Type, String, LifetimeManager, array<InjectionMember[]).)

See Also

UnityContainer Class

UnityContainer Members

Microsoft.Practices.Unity Namespace