Freigeben über


DiagnosticsConfigurationHandler-Klasse

Diese Klasse unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.

HINWEIS: Diese Klasse ist mittlerweile veraltet.

Behandelt den Diagnoseabschnitt der Konfigurationsdateien.

Namespace: System.Diagnostics
Assembly: System (in system.dll)

Syntax

'Declaration
<ObsoleteAttribute("This class has been deprecated.  https://go.microsoft.com/fwlink/?linkid=14202")> _
Public Class DiagnosticsConfigurationHandler
    Implements IConfigurationSectionHandler
'Usage
Dim instance As DiagnosticsConfigurationHandler
[ObsoleteAttribute("This class has been deprecated.  https://go.microsoft.com/fwlink/?linkid=14202")] 
public class DiagnosticsConfigurationHandler : IConfigurationSectionHandler
[ObsoleteAttribute(L"This class has been deprecated.  https://go.microsoft.com/fwlink/?linkid=14202")] 
public ref class DiagnosticsConfigurationHandler : IConfigurationSectionHandler
/** @attribute ObsoleteAttribute("This class has been deprecated.  https://go.microsoft.com/fwlink/?linkid=14202") */ 
public class DiagnosticsConfigurationHandler implements IConfigurationSectionHandler
ObsoleteAttribute("This class has been deprecated.  https://go.microsoft.com/fwlink/?linkid=14202") 
public class DiagnosticsConfigurationHandler implements IConfigurationSectionHandler

Hinweise

Die DiagnosticsConfigurationHandler-Methode ist ein Abschnitthandler, der an der Auflösung der Konfigurationseinstellungen im <system.diagnostics>-Element-Teil der Konfigurationsdateien beteiligt ist.

Vererbungshierarchie

System.Object
  System.Diagnostics.DiagnosticsConfigurationHandler

Threadsicherheit

Alle öffentlichen statischen (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Plattformen

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.

Versionsinformationen

.NET Framework

Unterstützt in: 1.0, 1.1
Veraltet (Compilerwarnung) in 2.0

Siehe auch

Referenz

DiagnosticsConfigurationHandler-Member
System.Diagnostics-Namespace