C# Class System.Diagnostics.DiagnosticsConfigurationHandler

Inheritance: IConfigurationSectionHandler
Mostra file Open project: gbarnett/shared-source-cli-2.0

Public Methods

Method Description
Create ( object parent, object configContext, XmlNode section ) : object

Private Methods

Method Description
HandleAssert ( Hashtable config, XmlNode assertNode, object context ) : void
HandleCounters ( Hashtable parent, Hashtable config, XmlNode countersNode, object context ) : void
HandleListeners ( Hashtable config, XmlNode listenersNode, object context ) : void
HandleSwitches ( Hashtable config, XmlNode switchesNode, object context ) : void
HandleTrace ( Hashtable config, XmlNode traceNode, object context ) : void

Method Details

Create() public method

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