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 | |
---|---|---|
RegisterType<T>(array<InjectionMember[]) |
Register a type with specific members to be injected.
(Inherited from UnityContainerBase.) |
|
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.) |
|
RegisterType<TFrom, TTo>(String, array<InjectionMember[]) |
RegisterType a type mapping with the container.
(Inherited from UnityContainerBase.) |
|
RegisterType(Type, array<InjectionMember[]) |
Register a type with specific members to be injected.
(Inherited from UnityContainerBase.) |
|
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.) |
|
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.) |
|
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.) |
|
RegisterType(Type, Type, array<InjectionMember[]) |
RegisterType a type mapping with the container.
(Inherited from UnityContainerBase.) |
|
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.) |
|
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.) |
|
RegisterType(Type, Type, String, array<InjectionMember[]) |
RegisterType a type mapping with the container.
(Inherited from UnityContainerBase.) |
|
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[]).) |