The IConstructorResolutionBehavior type exposes the following members.
Methods
Name | Description | |
---|---|---|
TryGetConstructor |
Gets the given implementationType's constructor that can be used by the
container to create that instance. In case no suitable constructor can be found, null is
returned and the errorMessage will contain the reason why the resolution failed.
|
Extension Methods
Name | Description | |
---|---|---|
GetConstructor |
Gets the given implementationType's constructor that can be used by the
container to create that instance.
(Defined by ConstructorResolutionBehaviorExtensions.) |
See Also