DiagnosticsConfigurationHandler Classe

Definição

Cuidado

This class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202

Cuidado

This class is obsoleted

Lida com a seção de diagnóstico dos arquivos de configuração.Handles the diagnostics section of configuration files.

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

public ref class DiagnosticsConfigurationHandler : System::Configuration::IConfigurationSectionHandler
public class DiagnosticsConfigurationHandler : System.Configuration.IConfigurationSectionHandler
[System.Obsolete("This class has been deprecated.  http://go.microsoft.com/fwlink/?linkid=14202")]
public class DiagnosticsConfigurationHandler : System.Configuration.IConfigurationSectionHandler
[System.Obsolete("This class is obsoleted")]
public class DiagnosticsConfigurationHandler : System.Configuration.IConfigurationSectionHandler
type DiagnosticsConfigurationHandler = class
    interface IConfigurationSectionHandler
[<System.Obsolete("This class has been deprecated.  http://go.microsoft.com/fwlink/?linkid=14202")>]
type DiagnosticsConfigurationHandler = class
    interface IConfigurationSectionHandler
[<System.Obsolete("This class is obsoleted")>]
type DiagnosticsConfigurationHandler = class
    interface IConfigurationSectionHandler
Public Class DiagnosticsConfigurationHandler
Implements IConfigurationSectionHandler
Herança
DiagnosticsConfigurationHandler
Atributos
Implementações

Comentários

O DiagnosticsConfigurationHandler método é um manipulador de seção que participa da resolução de definições de configuração na parte < System. Diagnostics > dos arquivos de configuração.The DiagnosticsConfigurationHandler method is a section handler that participates in the resolution of configuration settings in the <system.diagnostics> portion of configuration files.

Construtores

DiagnosticsConfigurationHandler()

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

Inicializa uma nova instância da classe DiagnosticsConfigurationHandler.Initializes a new instance of the DiagnosticsConfigurationHandler class.

Métodos

Create(Object, Object, XmlNode)

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

Analisa as definições de configuração para a seção do < > elemento System. Diagnostics dos arquivos de configuração.Parses the configuration settings for the <system.diagnostics> Element section of configuration files.

Equals(Object)

Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object.

(Herdado de Object)
GetHashCode()

Serve como a função de hash padrão.Serves as the default hash function.

(Herdado de Object)
GetType()

Obtém o Type da instância atual.Gets the Type of the current instance.

(Herdado de Object)
MemberwiseClone()

Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object.

(Herdado de Object)
ToString()

Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object.

(Herdado de Object)

Aplica-se a