ConfigHandler Class

MCManager API

Handles configuration specific for the manager and it's subcomponents.

Namespace:  Moxiecode.Manager
Assembly:  MCManager (in MCManager.dll) Version: 1.0.0.0

Syntax

C#
public class ConfigHandler : IConfigurationSectionHandler
Visual Basic (Declaration)
Public Class ConfigHandler _
	Implements IConfigurationSectionHandler
Visual C++
public ref class ConfigHandler : IConfigurationSectionHandler

Inheritance Hierarchy

System..::.Object
  Moxiecode.Manager..::.ConfigHandler

See Also