Autofac.Core.Activators.Reflection Namespace |
[Missing <summary> documentation for "N:Autofac.Core.Activators.Reflection"]
Class | Description | |
---|---|---|
AutowiringParameter |
Supplies values based on the target parameter type.
| |
BoundConstructor |
Represents the outcome of a single bind attempt by a ConstructorBinder.
| |
ConstructorBinder |
Provides the functionality to bind a single constructor at resolve time.
| |
DefaultConstructorFinder |
Finds constructors that match a finder function.
| |
DefaultValueParameter |
Provides parameters that have a default value, set with an optional parameter
declaration in C# or VB.
| |
MatchingSignatureConstructorSelector |
Selects a constructor based on its signature.
| |
MostParametersConstructorSelector |
Selects the constructor with the most parameters.
| |
NoConstructorsFoundException |
Exception thrown when no suitable constructors could be found on a type.
| |
ReflectionActivator |
Uses reflection to activate instances of a type.
|
Interface | Description | |
---|---|---|
IConstructorFinder |
Find suitable constructors from which to select.
| |
IConstructorSelector |
Selects the best constructor from a set of available constructors.
|