DiagnosticsConfigurationHandler Класс
Определение
Внимание!
This class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202
Внимание!
This class is obsoleted
Обрабатывает раздел диагностики файла конфигурации.Handles the diagnostics section of configuration files.
Этот API поддерживает инфраструктуру продукта и не предназначен для использования непосредственно из программного кода.
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
- Наследование
-
DiagnosticsConfigurationHandler
- Атрибуты
- Реализации
Комментарии
DiagnosticsConfigurationHandlerМетод — это обработчик раздела, который участвует в разрешении параметров конфигурации в части < System. Diagnostics > файла конфигурации.The DiagnosticsConfigurationHandler method is a section handler that participates in the resolution of configuration settings in the <system.diagnostics> portion of configuration files.
Конструкторы
DiagnosticsConfigurationHandler() |
Этот API поддерживает инфраструктуру продукта и не предназначен для использования непосредственно из программного кода. Инициализирует новый экземпляр класса DiagnosticsConfigurationHandler.Initializes a new instance of the DiagnosticsConfigurationHandler class. |
Методы
Create(Object, Object, XmlNode) |
Этот API поддерживает инфраструктуру продукта и не предназначен для использования непосредственно из программного кода. Анализирует параметры конфигурации для раздела < System. Diagnostics > в файлах конфигурации.Parses the configuration settings for the <system.diagnostics> Element section of configuration files. |
Equals(Object) |
Определяет, равен ли указанный объект текущему объекту.Determines whether the specified object is equal to the current object. (Унаследовано от Object) |
GetHashCode() |
Служит хэш-функцией по умолчанию.Serves as the default hash function. (Унаследовано от Object) |
GetType() |
Возвращает объект Type для текущего экземпляра.Gets the Type of the current instance. (Унаследовано от Object) |
MemberwiseClone() |
Создает неполную копию текущего объекта Object.Creates a shallow copy of the current Object. (Унаследовано от Object) |
ToString() |
Возвращает строку, представляющую текущий объект.Returns a string that represents the current object. (Унаследовано от Object) |