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