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] |
使用指定的计数器标识符来访问集合中的计数器值。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) |