CounterSetInstance クラス
定義
CounterSet クラス内で定義されている論理カウンターのインスタンスを作成します。Creates an instance of the logical counters defined in the CounterSet class.
public ref class CounterSetInstance sealed : IDisposable
public sealed class CounterSetInstance : IDisposable
type CounterSetInstance = class
interface IDisposable
Public NotInheritable Class CounterSetInstance
Implements IDisposable
- 継承
-
CounterSetInstance
- 実装
例
例については、「System.Diagnostics.PerformanceData」を参照してください。For an example, see System.Diagnostics.PerformanceData.
注釈
メソッドは、 CounterSet.CreateCounterSetInstance このクラスのインスタンスを返します。The CounterSet.CreateCounterSetInstance method returns an instance of this class.
プロパティ
Counters |
カウンター セット インスタンスのカウンター データのコレクションを取得します。Retrieves the collection of counter data for the counter set instance. |
メソッド
Dispose() |
このオブジェクトによって使用されているすべてのアンマネージ リソースを解放します。Releases all unmanaged resources used by this object. |
Equals(Object) |
指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。Determines whether the specified object is equal to the current object. (継承元 Object) |
Finalize() |
アンマネージ リソースを解放し、その他のクリーンアップ操作を実行します。Releases unmanaged resources and performs other cleanup operations. |
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) |