System.Diagnostics.DiagnosticsConfigurationHandler.Create Method

Parses the configuration settings for the <system.diagnostics> Element section of configuration files.

Syntax

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

Parameters

parent
The object inherited from the parent path
configContext
Reserved. Used in ASP.NET to convey the virtual path of the configuration being evaluated.
section
The root XML node at the section to handle.

Returns

A new configuration object, in the form of a Hashtable.

Remarks

The DiagnosticsConfigurationHandler.Create(object, object, System.Xml.XmlNode) method populates a Hashtable with the values obtained from the <system.diagnostics> Element section of a configuration file and returns the hashtable.

Requirements

Namespace: System.Diagnostics
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0