Overload | Description |
---|---|
Bind<T,TImpl>(String) | Declares a binding for the specified service and indicates that the service should be bound to the specified implementation type. |
Bind<T,TImpl>() | Declares a binding for the specified service and indicates that the service should be bound to the specified implementation type. |
Bind(Type,Type,String) | Declares a binding for the specified service and indicates that the service should be bound to the specified implementation type. |
Bind(Type,Type) | Declares a binding for the specified service and indicates that the service should be bound to the specified implementation type. |
Bind<T>(Type) | Declares a binding for the specified service by type. |
Bind<T>(Func<T>) | Declares a binding for the specified service. |
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