Click or drag to resize

ImplicitRegistrationSource Class

Inheritance Hierarchy
SystemObject
  Autofac.CoreImplicitRegistrationSource

Namespace:  Autofac.Core
Assembly:  Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax
public abstract class ImplicitRegistrationSource : IRegistrationSource

The ImplicitRegistrationSource type exposes the following members.

Constructors
  NameDescription
Protected methodImplicitRegistrationSource
Initializes a new instance of the ImplicitRegistrationSource class.
Top
Properties
  NameDescription
Public propertyDescription
Gets the description of the registration source.
Public propertyIsAdapterForIndividualComponents
Gets a value indicating whether the registrations provided by this source are 1:1 adapters on top of other components (e.g., Meta, Func, or Owned).
Top
Methods
  NameDescription
Protected methodBuildRegistration
Allows hooking into the registration pipeline of the registration source, useful for such things as marking a registration as externally owned.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRegistrationsFor
Retrieve registrations for an unregistered service, to be used by the container.
Protected methodResolveInstanceT
Resolves an instance of the implicit type.
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
See Also