<PackageReference Include="Castle.Windsor" Version="2.5.4" />

ConstructorCandidate

public class ConstructorCandidate
Represents a constructor of the component that the container can use to initialize it properly.
public ConstructorInfo Constructor { get; }

Gets the ConstructorInfo (from reflection).

public DependencyModel[] Dependencies { get; }

Gets the dependencies this constructor candidate exposes.

public ConstructorCandidate(ConstructorInfo constructorInfo, DependencyModel[] dependencies)

Initializes a new instance of the ConstructorCandidate class.