Intersoft ClientUI Documentation
RegisterInstance Method (IDependencyRegistrar)



Registers an instance that will be returned whenever the IocContainer resolves the specified type.
Overload List
OverloadDescription
RegisterInstance<TType>(TType) Registers an instance that will be returned whenever the IocContainer resolves the specified type.  
RegisterInstance<TType>(String,TType) Registers an instance that will be returned whenever the IocContainer resolves the specified type and name.  
RegisterInstance(Type,Object) Registers an instance that will be returned whenever the IocContainer resolves the specified type.  
RegisterInstance(String,Type,Object) Registers an instance that will be returned whenever the IocContainer resolves the specified type and name.  
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IDependencyRegistrar Interface
IDependencyRegistrar Members

Send Feedback