Method | Description | |
---|---|---|
AddBinding ( IBinding binding ) : void | ||
BuildReadonlyKernel ( ) : IReadOnlyKernel | ||
GetBindings ( |
||
GetModules ( ) : IEnumerable |
||
HasModule ( string name ) : bool | ||
KernelConfiguration ( ) : System |
Initializes a new instance of the KernelConfiguration class.
|
|
KernelConfiguration ( IComponentContainer components, INinjectSettings settings ) : System |
Initializes a new instance of the KernelConfiguration class.
|
|
KernelConfiguration ( INinjectSettings settings ) : System |
Initializes a new instance of the KernelConfiguration class.
|
|
Load ( IEnumerable |
||
Load ( IEnumerable |
||
Load ( IEnumerable |
||
RemoveBinding ( IBinding binding ) : void | ||
Unbind ( |
||
Unload ( string name ) : void |
Method | Description | |
---|---|---|
AddComponents ( ) : void |
Adds components to the kernel during startup.
|
Method | Description | |
---|---|---|
CloneBindings ( ) : IBinding>.Multimap |
public AddBinding ( IBinding binding ) : void | ||
binding | IBinding | |
return | void |
public BuildReadonlyKernel ( ) : IReadOnlyKernel | ||
return | IReadOnlyKernel |
public GetBindings ( |
||
service | ||
return | IEnumerable |
public KernelConfiguration ( IComponentContainer components, INinjectSettings settings ) : System | ||
components | IComponentContainer | The component container to use. |
settings | INinjectSettings | The configuration to use. |
return | System |
public KernelConfiguration ( INinjectSettings settings ) : System | ||
settings | INinjectSettings | The configuration to use. |
return | System |
public Load ( IEnumerable |
||
assemblies | IEnumerable |
|
return | void |
public Load ( IEnumerable |
||
filePatterns | IEnumerable |
|
return | void |
public RemoveBinding ( IBinding binding ) : void | ||
binding | IBinding | |
return | void |