Click or drag to resize

ComponentRegistrationExtensions Class

Extension methods for IComponentRegistration.
Inheritance Hierarchy
SystemObject
  Autofac.CoreComponentRegistrationExtensions

Namespace:  Autofac.Core
Assembly:  Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax
public static class ComponentRegistrationExtensions

The ComponentRegistrationExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberMatchingLifetimeScopeTags
For components registered instance-per-matching-lifetime-scope, retrieves the set of lifetime scope tags to match.
Top
See Also