C# Class Castle.Windsor.Experimental.Debugging.Extensions.PotentialLifestyleMismatches

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

Public Methods

Method Description
Attach ( ) : IEnumerable
Init ( IKernel kernel ) : void

Private Methods

Method Description
GetMismatch ( LifestyleDependency parent, ComponentModel component, Primitives.MetaComponent>.System.Collections.Generic.IDictionary model2Meta ) : IEnumerable
GetMismatches ( MetaComponent component, Primitives.MetaComponent>.System.Collections.Generic.IDictionary component2Handlers ) : IEnumerable
IsSingleton ( IHandler component ) : bool

Method Details

Attach() public method

public Attach ( ) : IEnumerable
return IEnumerable

Init() public method

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