IKernelInternal public interface IKernelInternal : IKernel, IKernelEvents, IDisposable Documentation ILogger Logger { get; set; } IHandler AddCustomComponent(ComponentModel model) IComponentActivator CreateComponentActivator(ComponentModel model) IHandler CreateHandler(ComponentModel model) ILifestyleManager CreateLifestyleManager(ComponentModel model, IComponentActivator activator) IHandler LoadHandlerByName(string key, Type service, IDictionary arguments) IHandler LoadHandlerByType(string key, Type service, IDictionary arguments) IDisposable OptimizeDependencyResolution() void RaiseEventsOnHandlerCreated(IHandler handler) object Resolve(Type service, IDictionary arguments, IReleasePolicy policy) object Resolve(string key, Type service, IDictionary arguments, IReleasePolicy policy) Array ResolveAll(Type service, IDictionary arguments, IReleasePolicy policy)