C# Class Castle.MicroKernel.Handlers.ExtendedHandler

Inheritance: DefaultHandler
Show file Open project: 7digital/Castle.Windsor

Public Methods

Method Description
ExtendedHandler ( ComponentModel model, ICollection resolveExtensions, ICollection releaseExtensions ) : System.Collections.Generic
Init ( IKernel kernel ) : void
Release ( object instance ) : bool

Protected Methods

Method Description
Resolve ( CreationContext context, bool instanceRequired ) : object

Private Methods

Method Description
InvokeReleasePipeline ( int extensionIndex, Castle.MicroKernel.Handlers.ReleaseInvocation invocation ) : void
InvokeResolvePipeline ( int extensionIndex, Castle.MicroKernel.Handlers.ResolveInvocation invocation ) : void

Method Details

ExtendedHandler() public method

public ExtendedHandler ( ComponentModel model, ICollection resolveExtensions, ICollection releaseExtensions ) : System.Collections.Generic
model Castle.Core.ComponentModel
resolveExtensions ICollection
releaseExtensions ICollection
return System.Collections.Generic

Init() public method

public Init ( IKernel kernel ) : void
kernel IKernel
return void

Release() public method

public Release ( object instance ) : bool
instance object
return bool

Resolve() protected method

protected Resolve ( CreationContext context, bool instanceRequired ) : object
context Castle.MicroKernel.Context.CreationContext
instanceRequired bool
return object