DependencyInjection Methods |
The DependencyInjection type exposes the following members.
| Name | Description | |
|---|---|---|
| GetT |
Retrieve a service with lifetime management
| |
| GetWithoutScopeT |
Retrieve a service without lifetime management
| |
| GetWithoutScopeT(Object) |
Retrieve a service without lifetime management
| |
| RegisterT, ParamType |
Registers a type with a delegate which will return an instance, and takes a single parameter of type ParamType.
| |
| RegisterInstanceT | ||
| RegisterTypeT | ||
| Reset |
Reset the container and builder. ALL TYPES WILL HAVE TO BE RE-REGISTERED. |