DependencyResolver Methods
The DependencyResolver type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Create(Bootstrapper) |
Creates and
Return Valuean instance with bootstrapper |
|
|
Create(Boolean) | |
|
|
Create<(Of <<'(TConfigurator>)>>)(TypeLocator, Boolean) | |
|
|
Dispose | |
|
|
Equals(System.Object) | (Inherited from Object.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetService(Type) | |
|
|
GetService(Type, ResolverMode) | |
|
|
GetService<(Of <<'(TService>)>>)(ResolverMode) | |
|
|
GetServices | |
|
|
GetType | (Inherited from Object.) |
|
|
Load(array<Assembly>[]()[][]) |
Load Ninject modules from assemblies
|
|
|
Load(array<IServiceConfigurator>[]()[][]) |
Load bindings from service configurators
|
|
|
Load<(Of <<'(TConfigurator>)>>)(TypeLocator) |
Load bindings from configurator type
|
|
|
LoadModule<(Of <<'(TModule>)>>) |
Load Ninject module type
|
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
SetDefault |
Set Current to this instance.
|
|
|
SetMvcAppInstance |
Binds EnterpriseLibMvcApp to the application instance.
|
|
|
ToString | (Inherited from Object.) |

