Click or drag to resize

DependencyInjection Class

[Missing <summary> documentation for "T:Demo3D.Standard.DependencyInjection"]

Inheritance Hierarchy
SystemObject
  Demo3D.StandardDependencyInjection

Namespace:  Demo3D.Standard
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 17.00.05
Syntax
C#
public static class DependencyInjection

The DependencyInjection type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberContainer
Access to interfaces. Once this has been called, no more registrations should take place on _builder
Top
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