Click or drag to resize

DependencyInjection Methods

The DependencyInjection type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetT
Retrieve a service with lifetime management
Public methodStatic memberGetWithoutScopeT
Retrieve a service without lifetime management
Public methodStatic memberGetWithoutScopeT(Object)
Retrieve a service without lifetime management
Public methodStatic memberRegisterT, ParamType
Registers a type with a delegate which will return an instance, and takes a single parameter of type ParamType.
Public methodStatic memberRegisterInstanceT
Public methodStatic memberRegisterTypeT
Public methodStatic memberReset
Reset the container and builder.
ALL TYPES WILL HAVE TO BE RE-REGISTERED.
Top
See Also