C# Class Castle.MicroKernel.ModelBuilder.Inspectors.ConfigurationModelInspector

Inheritance: IContributeComponentModelConstruction
Show file Open project: castleproject/Windsor

Public Methods

Method Description
ProcessModel ( IKernel kernel, ComponentModel model ) : void

Queries the kernel's ConfigurationStore for a configuration associated with the component name.

Method Details

ProcessModel() public method

Queries the kernel's ConfigurationStore for a configuration associated with the component name.
public ProcessModel ( IKernel kernel, ComponentModel model ) : void
kernel IKernel
model Castle.Core.ComponentModel
return void