C# Class Elmah.SimpleServiceProviderFactory

A simple factory for creating instances of types specified in a section of the configuration file.
Mostra file Open project: elmah/Elmah Class Usage Examples

Public Methods

Method Description
CreateFromConfigSection ( string sectionName ) : object

Method Details

CreateFromConfigSection() public static method

public static CreateFromConfigSection ( string sectionName ) : object
sectionName string
return object