<PackageReference Include="Castle.Windsor" Version="4.1.0" />

MethodMetaInspector

Base for inspectors that want configuration associated with methods. For each child a MethodMetaModel is created and added to ComponentModel's methods collection
protected virtual bool ShouldUseMetaModel { get; }

protected MethodMetaInspector()

protected virtual bool IsValidMeta(ComponentModel model, MethodMetaModel metaModel)

protected abstract string ObtainNodeName()

protected virtual void ProcessMeta(ComponentModel model, IList<MethodInfo> methods, MethodMetaModel metaModel)

public virtual void ProcessModel(IKernel kernel, ComponentModel model)