Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
CounterSet Class
Definition
- Namespace:
- System.Diagnostics.PerformanceData
- Assembly:
- System.Diagnostics.PerformanceCounter.dll
- Assembly:
- System.Core.dll
- Package:
- System.Diagnostics.PerformanceCounter v11.0.0-preview.5.26302.115
- Source:
- CounterSet.cs
- Source:
- CounterSet.cs
- Source:
- CounterSet.cs
- Source:
- CounterSet.cs
- Source:
- CounterSet.cs
- Source:
- CounterSet.cs
- Source:
- CounterSet.cs
- Source:
- CounterSet.cs
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
| Name | Description |
|---|---|
| CounterSet(Guid, Guid, CounterSetInstanceType) |
Initializes a new instance of the CounterSet class. |
Methods
| Name | Description |
|---|---|
| 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) |
Applies to
Feedback
Was this page helpful?
