DiagnosticsConfigurationHandler クラス

定義

注意事項

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

注意事項

This class is obsoleted

構成ファイルの診断セクションを処理します。

この 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 部分の構成設定の解決に <参加する> セクション ハンドラーです。

コンストラクター

DiagnosticsConfigurationHandler()

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

DiagnosticsConfigurationHandler クラスの新しいインスタンスを初期化します。

メソッド

Create(Object, Object, XmlNode)

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

構成ファイルの system.diagnostics 要素セクションの構成設定<を>解析します。

Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象