DefaultKernel
public class DefaultKernel : MarshalByRefObject, IKernelInternal, IKernel, IServiceProviderEx, IServiceProvider, IKernelEvents, IDisposable, IDeserializationCallback, IKernelEventsInternal
Default implementation of IKernel.
This implementation is complete and also support a kernel
hierarchy (sub containers).
Graph of components and interactions.
public DefaultKernel()
Constructs a DefaultKernel with no component
proxy support.
Constructs a DefaultKernel with the specified
implementation of IProxyFactory and IDependencyResolver
Constructs a DefaultKernel with the specified
implementation of IProxyFactory
public void AddComponent(string key, Type classType, LifestyleType lifestyle, bool overwriteLifestyle)
public void AddComponent(string key, Type serviceType, Type classType, LifestyleType lifestyle, bool overwriteLifestyle)
public virtual void AddComponentWithExtendedProperties(string key, Type classType, IDictionary extendedProperties)
public virtual void AddComponentWithExtendedProperties(string key, Type serviceType, Type classType, IDictionary extendedProperties)
protected CreationContext CreateCreationContext(IHandler handler, Type typeToExtractGenericArguments, IDictionary additionalArguments, CreationContext parent)
Starts the process of component disposal.
Return handlers for components that
implements the specified service.
The check is made using IsAssignableFrom
Returns the facilities registered on the kernel.
Return handlers for components that
implements the specified service.
Gets the service object of the specified type.
Gets the service object of the specified type.
protected virtual void RaiseDependencyResolving(ComponentModel client, DependencyModel model, object dependency)
Registers the components described by the ComponentRegistration<T>s
with the IKernel.
The component registrations.The kernel.
Associates objects with a component handler,
allowing it to use the specified dictionary
when resolving dependencies
Associates objects with a component handler,
allowing it to use the specified dictionary
when resolving dependencies
Associates objects with a component handler,
allowing it to use the specified dictionary
when resolving dependencies
Associates objects with a component handler,
allowing it to use the specified dictionary
when resolving dependencies
Releases a component instance. This allows
the kernel to execute the proper decommission
lifecycles on the component instance.
Returns true if the specified component was
found and could be removed (i.e. no other component depends on it)
Returns a component instance by the key
Returns a component instance by the key
Returns the component instance by the service type
using dynamic arguments
Returns the component instance by the service type
using dynamic arguments
Returns the component instance by the component key
Returns a component instance by the key
Returns a component instance by the key
Returns the component instance by the service type
Returns the component instance by the service type
using dynamic arguments
Returns the component instance by the service type
using dynamic arguments
Returns the component instance by the component key
using dynamic arguments
Returns the component instance by the component key
using dynamic arguments
Returns all the valid component instances by
the service type
Returns all the valid component instances by
the service type
Returns all the valid component instances by
the service type
Returns component instances that implement TService
Returns component instances that implement TService
Returns component instances that implement TService
protected object TryResolveComponent(IHandler handler, Type service, IDictionary additionalArguments)