DependencyInjection Class |
[Missing <summary> documentation for "T:Demo3D.Standard.DependencyInjection"]
Namespace: Demo3D.Standard
public static class DependencyInjection
The DependencyInjection type exposes the following members.
| Name | Description | |
|---|---|---|
| Container |
Access to interfaces. Once this has been called, no more registrations should take place on _builder
|
| 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. |