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