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

IRegistration

public interface IRegistration
The contract for all registrations with the kernel.
namespace Castle.MicroKernel.Registration { public interface IRegistration { void Register(IKernelInternal kernel); } }