Click or drag to resize

ServiceProviderExtensions Class

Extension methods for use with the AutofacServiceProvider.
Inheritance Hierarchy
SystemObject
  Autofac.Extensions.DependencyInjectionServiceProviderExtensions

Namespace:  Autofac.Extensions.DependencyInjection
Assembly:  Autofac.Extensions.DependencyInjection (in Autofac.Extensions.DependencyInjection.dll) Version: 7.1.0+380b08798bf724f36e200e687129b44a0778ab92
Syntax
public static class ServiceProviderExtensions

The ServiceProviderExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetAutofacRoot
Tries to cast the instance of ILifetimeScope from AutofacServiceProvider when possible.
Top
See Also