StaticFactoryExtension.RegisterFactory<TTypeToBuild> Method

Overload List

  Name Description
Ff662131.pubmethod(en-us,PandP.20).gif RegisterFactory<TTypeToBuild>(Func<IUnityContainer, Object>)
Register the given factory delegate to be called when the container is asked to resolve TTypeToBuild.
Ff662131.pubmethod(en-us,PandP.20).gif RegisterFactory<TTypeToBuild>(String, Func<IUnityContainer, Object>)
Register the given factory delegate to be called when the container is asked to resolve TTypeToBuild and name.

See Also

StaticFactoryExtension Class

StaticFactoryExtension Members

Microsoft.Practices.Unity.StaticFactory Namespace