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

IDependencyResolver

Implementors should use a strategy to obtain valid references to properties and/or services requested in the dependency model.

Registers a sub resolver instance

void Initialize(IKernel kernel, DependencyDelegate resolving)

This method is called with a delegate for firing the IKernelEvents.DependencyResolving event.

Unregisters a sub resolver instance previously registered