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

Inheritance: IContainerDebuggerExtension
Afficher le fichier Open project: 7digital/Castle.Windsor

Méthodes publiques

Méthode Description
Attach ( ) : IEnumerable
Init ( IKernel kernel ) : void

Méthodes protégées

Méthode Description
DefaultComponentView ( MetaComponent component ) : ComponentDebuggerView
GetMetaComponents ( IHandler>.IDictionary flatKeyHandlers ) : IEnumerable

Method Details

Attach() public abstract méthode

public abstract Attach ( ) : IEnumerable
Résultat IEnumerable

DefaultComponentView() protected méthode

protected DefaultComponentView ( MetaComponent component ) : ComponentDebuggerView
component Castle.Windsor.Experimental.Debugging.Primitives.MetaComponent
Résultat Castle.Windsor.Experimental.Debugging.Primitives.ComponentDebuggerView

GetMetaComponents() protected méthode

protected GetMetaComponents ( IHandler>.IDictionary flatKeyHandlers ) : IEnumerable
flatKeyHandlers IHandler>.IDictionary
Résultat IEnumerable

Init() public abstract méthode

public abstract Init ( IKernel kernel ) : void
kernel IKernel
Résultat void