IConstructorResolutionBehavior Methods

Simple Injector

The IConstructorResolutionBehavior type exposes the following members.

Methods

  NameDescription
Public methodTryGetConstructor
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.
Top
Extension Methods

  NameDescription
Public Extension MethodGetConstructor
Gets the given implementationType's constructor that can be used by the container to create that instance.
(Defined by ConstructorResolutionBehaviorExtensions.)
Top
See Also

Reference