Click or drag to resize

IComponentRegistryServices Interface

Defines an interface for accessing the set of services available during pipeline build time.

Namespace:  Autofac.Core
Assembly:  Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax
public interface IComponentRegistryServices

The IComponentRegistryServices type exposes the following members.

Methods
  NameDescription
Public methodIsRegistered
Determines whether the specified service is registered.
Public methodRegistrationsFor
Selects from the available registrations after ensuring that any dynamic registration sources that may provide service have been invoked.
Public methodTryGetRegistration
Attempts to find a default registration for the specified service.
Top
See Also