次の方法で共有


PerfCounterDataSource.CounterSpecifiers プロパティ

定義

収集するパフォーマンス カウンターの指定子名の一覧を取得または設定します。 ワイルドカード (*) を使用して、すべてのインスタンスのカウンターを収集します。 Windows でパフォーマンス カウンターの一覧を取得するには、コマンド 'typeperf' を実行します。

[Newtonsoft.Json.JsonProperty(PropertyName="counterSpecifiers")]
public System.Collections.Generic.IList<string> CounterSpecifiers { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="counterSpecifiers")>]
member this.CounterSpecifiers : System.Collections.Generic.IList<string> with get, set
Public Property CounterSpecifiers As IList(Of String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象