ImplicitRegistrationSource Class |
Namespace: Autofac.Core
The ImplicitRegistrationSource type exposes the following members.
| Name | Description | |
|---|---|---|
| ImplicitRegistrationSource |
Initializes a new instance of the ImplicitRegistrationSource class.
|
| Name | Description | |
|---|---|---|
| Description |
Gets the description of the registration source.
| |
| IsAdapterForIndividualComponents |
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).
|
| Name | Description | |
|---|---|---|
| BuildRegistration |
Allows hooking into the registration pipeline of the registration source, useful for such things as marking a registration as externally owned.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| RegistrationsFor |
Retrieve registrations for an unregistered service, to be used
by the container.
| |
| ResolveInstanceT |
Resolves an instance of the implicit type.
| |
| ToString | Returns a string that represents the current object. (Overrides ObjectToString.) |