CounterSetInstance Class
Definition
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
- Inheritance
-
CounterSetInstance
- Implements
Examples
For an example, see System.Diagnostics.PerformanceData.
Remarks
The CounterSet.CreateCounterSetInstance method returns an instance of this class.
Properties
Counters |
Retrieves the collection of counter data for the counter set instance. |
Methods
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. |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |