ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct3D11 Namespace / CounterMetadata Class / HardwareCounterCount Property

In This Topic
    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 System.Integer
    public System.int HardwareCounterCount {get;}
    See Also