Castle.MicroKernel.IHandlerSelector public interface IHandlerSelector Documentation Code namespace Castle.MicroKernel { public interface IHandlerSelector { bool HasOpinionAbout(string key, Type service); IHandler SelectHandler(string key, Type service, IHandler[] handlers); } }