C# Class Castle.MicroKernel.Tests.Lifestyle.CustomLifestyle_Scope

Inheritance: IResolveExtension
Mostrar archivo Open project: castleproject/Windsor

Public Methods

Method Description
Init ( IKernel kernel, IHandler handler ) : void
Intercept ( Castle.MicroKernel.Handlers.ResolveInvocation invocation ) : void

Method Details

Init() public method

public Init ( IKernel kernel, IHandler handler ) : void
kernel IKernel
handler IHandler
return void

Intercept() public method

public Intercept ( Castle.MicroKernel.Handlers.ResolveInvocation invocation ) : void
invocation Castle.MicroKernel.Handlers.ResolveInvocation
return void