UnityContainerExtensions.RegisterType Method

Overload List

  Name Description
Ff661670.pubmethod(en-us,PandP.20).gifFf661670.static(en-us,PandP.20).gif RegisterType(IUnityContainer, Type, array<InjectionMember[])
Register a type with specific members to be injected.
Ff661670.pubmethod(en-us,PandP.20).gifFf661670.static(en-us,PandP.20).gif RegisterType(IUnityContainer, Type, LifetimeManager, array<InjectionMember[])
Register a LifetimeManager for the given type and name with the container. No type mapping is performed for this type.
Ff661670.pubmethod(en-us,PandP.20).gifFf661670.static(en-us,PandP.20).gif RegisterType(IUnityContainer, Type, String, array<InjectionMember[])
Register a LifetimeManager for the given type and name with the container. No type mapping is performed for this type.
Ff661670.pubmethod(en-us,PandP.20).gifFf661670.static(en-us,PandP.20).gif RegisterType(IUnityContainer, Type, Type, array<InjectionMember[])
Register a type mapping with the container.
Ff661670.pubmethod(en-us,PandP.20).gifFf661670.static(en-us,PandP.20).gif RegisterType(IUnityContainer, Type, String, LifetimeManager, array<InjectionMember[])
Register a LifetimeManager for the given type and name with the container. No type mapping is performed for this type.
Ff661670.pubmethod(en-us,PandP.20).gifFf661670.static(en-us,PandP.20).gif RegisterType(IUnityContainer, Type, Type, LifetimeManager, array<InjectionMember[])
Register a type mapping with the container, where the created instances will use the given LifetimeManager.
Ff661670.pubmethod(en-us,PandP.20).gifFf661670.static(en-us,PandP.20).gif RegisterType(IUnityContainer, Type, Type, String, array<InjectionMember[])
Register a type mapping with the container.

See Also

UnityContainerExtensions Class

UnityContainerExtensions Members

Microsoft.Practices.Unity Namespace