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

IKernelInternal

Extended contract of kernel, used internally.
ILogger Logger { get; set; }

Internal logger used by the container (not just IKernelInternal implementation itself but also other classes too) to log information about what's happening in the container.

Adds a custom made ComponentModel. Used by facilities.

Constructs an implementation of IComponentActivator for the given ComponentModel

IHandler LoadHandlerByName(string key, Type service, IDictionary arguments)

IHandler LoadHandlerByType(string key, Type service, IDictionary arguments)

object Resolve(Type service, IDictionary arguments, IReleasePolicy policy)

object Resolve(string key, Type service, IDictionary arguments, IReleasePolicy policy)

Returns a component instance by the key

Array ResolveAll(Type service, IDictionary arguments, IReleasePolicy policy)