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

Inheritance: IContainerDebuggerExtension
ファイルを表示 Open project: 7digital/Castle.Windsor

Public Methods

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

Protected Methods

Method Description
DefaultComponentView ( MetaComponent component ) : ComponentDebuggerView
GetMetaComponents ( IHandler>.IDictionary flatKeyHandlers ) : IEnumerable

Method Details

Attach() public abstract method

public abstract Attach ( ) : IEnumerable
return IEnumerable

DefaultComponentView() protected method

protected DefaultComponentView ( MetaComponent component ) : ComponentDebuggerView
component Castle.Windsor.Experimental.Debugging.Primitives.MetaComponent
return Castle.Windsor.Experimental.Debugging.Primitives.ComponentDebuggerView

GetMetaComponents() protected method

protected GetMetaComponents ( IHandler>.IDictionary flatKeyHandlers ) : IEnumerable
flatKeyHandlers IHandler>.IDictionary
return IEnumerable

Init() public abstract method

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