C# Class Castle.Windsor.Configuration.AppDomain.CastleSectionHandler

Implementation of IConfigurationSectionHandler. Do not support configuration inheritance.
Inheritance: IConfigurationSectionHandler
Show file Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
CastleSectionHandler ( ) : System.Configuration
Create ( object parent, object configContext, System section ) : object

Method Details

CastleSectionHandler() public method

public CastleSectionHandler ( ) : System.Configuration
return System.Configuration

Create() public method

public Create ( object parent, object configContext, System section ) : object
parent object
configContext object
section System
return object