CounterSetInstanceCounterDataSet Class
Contains the collection of counter values.
Assembly: System.Core (in System.Core.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | Dispose() | Releases all unmanaged resources used by this object. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Overrides Object::Finalize().) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
The CounterSetInstance::Counters property returns an instance of this class.
Available since 3.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


