ComplexRegistration
The async initializer delegate.
True if auto member injection is enabled on this instance.
A filter delegate used to determine which members should be auto injected and which are not.
The auto member injection rule for the registration.
The arguments of the selected constructor if any was set.
public Func<IEnumerable<ConstructorInfo>, IEnumerable<ConstructorInfo>> ConstructorSelectionRule { get; }
The constructor selection rule.
The name of the scope this registration defines.
Dependency names or types that are bound to named registrations.
The cleanup delegate.
The initializer delegate.
True if the lifetime of the service is owned externally.
Determines whether the service's resolution should be handled by a dynamic Resolve call on the current IDependencyResolver instead of a pre-built instantiation expression.
The additional metadata.
The selected constructor if any was set.