[]
Counter metadata that contains the type, name, units of measure, and a description of an existing counter.
public class CounterMetadata
public CounterMetadata()
Gets a description of the counter.
public string Description { get; }
Gets the number of hardware counters that are needed for this counter type to be created. All instances of the same counter type use the same hardware counters.
public int HardwareCounterCount { get; }
Gets a brief name for the counter.
public string Name { get; }
Gets the data type of a counter (see CounterType).
public CounterType Type { get; }
Gets the units a counter measures.
public string Units { get; }