CounterSetInstance Class
Creates an instance of the logical counters defined in the CounterSet class.
Assembly: System.Core (in System.Core.dll)
| Name | Description | |
|---|---|---|
![]() | Counters | Retrieves the collection of counter data for the counter set instance. |
| 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() | Releases unmanaged resources and performs other cleanup operations.(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 CounterSet::CreateCounterSetInstance method returns an instance of this class.
For an example, see System.Diagnostics.PerformanceData.
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.


