CounterSet Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines a set of logical counters.
public ref class CounterSet : IDisposable
public class CounterSet : IDisposable
type CounterSet = class
interface IDisposable
Public Class CounterSet
Implements IDisposable
- Inheritance
-
CounterSet
- Implements
Examples
For an example, see System.Diagnostics.PerformanceData.
Remarks
Call the Dispose method when you are finished to remove your provider's registration and to release all managed and unmanaged resources.
Constructors
CounterSet(Guid, Guid, CounterSetInstanceType) |
Initializes a new instance of the CounterSet class. |
Methods
AddCounter(Int32, CounterType, String) |
Adds a counter to the counter set by using the specified counter identifier and type and a display name for the counter. |
AddCounter(Int32, CounterType) |
Adds a counter to the counter set by using the specified counter identifier and type. |
CreateCounterSetInstance(String) |
Creates an instance of the counter set. |
Dispose() |
Releases all unmanaged resources used by this object. |
Dispose(Boolean) |
Releases all unmanaged resources used by this object and optionally release the managed resources. |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize() |
Frees resources before the object is reclaimed by garbage collection. |
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) |