CounterSetInstanceCounterDataSet クラス
定義
カウンター値のコレクションを保持します。Contains the collection of counter values.
public ref class CounterSetInstanceCounterDataSet sealed : IDisposable
public sealed class CounterSetInstanceCounterDataSet : IDisposable
type CounterSetInstanceCounterDataSet = class
interface IDisposable
Public NotInheritable Class CounterSetInstanceCounterDataSet
Implements IDisposable
- 継承
-
CounterSetInstanceCounterDataSet
- 実装
注釈
プロパティは、 CounterSetInstance.Counters このクラスのインスタンスを返します。The CounterSetInstance.Counters property returns an instance of this class.
プロパティ
Item[Int32] |
指定したカウンター ID を使用して、コレクション内のカウンター値にアクセスします。Accesses a counter value in the collection by using the specified counter identifier. |
Item[String] |
指定したカウンター名を使用して、コレクション内のカウンター値にアクセスします。Accesses a counter value in the collection by using the specified counter name. |
メソッド
Dispose() |
このオブジェクトによって使用されているすべてのアンマネージ リソースを解放します。Releases all unmanaged resources used by this object. |
Equals(Object) |
指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。Determines whether the specified object is equal to the current object. (継承元 Object) |
Finalize() |
オブジェクトが、ガベージ コレクションによって収集される前に、リソースの解放とその他のクリーンアップ操作の実行を試みることができるようにします。Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. |
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) |