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

IKernelInternal

Extended contract of kernel, used internally.

Adds a custom made ComponentModel. Used by facilities.

Constructs an implementation of IComponentActivator for the given ComponentModel

bool LazyLoadComponentByKey(string key, Type service, IDictionary arguments)

bool LazyLoadComponentByType(string key, Type service, IDictionary arguments)

Raise the handler registered event, required so dependant handlers will be notified about their dependant moving to valid state.

void RegisterHandlerForwarding(Type forwardedType, string name)

Registers the forwardedType to be forwarded to the component registered with name.