Click or drag to resize

AutofacDependencyResolver Class

Autofac implementation of the IDependencyResolver interface.
Inheritance Hierarchy
DefaultDependencyResolver
  Autofac.Integration.SignalRAutofacDependencyResolver

Namespace:  Autofac.Integration.SignalR
Assembly:  Autofac.Integration.SignalR (in Autofac.Integration.SignalR.dll) Version: 3.0.0.0 (3.0.2.0)
Syntax
public class AutofacDependencyResolver : DefaultDependencyResolver

The AutofacDependencyResolver type exposes the following members.

Constructors
  NameDescription
Public methodAutofacDependencyResolver
Initializes a new instance of the AutofacDependencyResolver class.
Top
Properties
  NameDescription
Public propertyStatic memberCurrent
Gets the Autofac implementation of the dependency resolver.
Public propertyLifetimeScope
Gets the ILifetimeScope that was provided to the constructor.
Top
Methods
  NameDescription
Public methodGetService
Get a single instance of a service.
Public methodGetServices
Gets all available instances of a services.
Top
See Also