IAllComponentsDiagnostic
Collects all handlers for components in hosting container.
using Castle.MicroKernel;
namespace Castle.Windsor.Diagnostics
{
public interface IAllComponentsDiagnostic : IDiagnostic<IHandler[]>
{
}
}