HardwareCounterCount Property
In This Topic
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.
Syntax
'Declaration
Public ReadOnly Property HardwareCounterCount As Integer
public int HardwareCounterCount {get;}
See Also