ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct3D11 Namespace / Device Class / GetCounterMetadata Method
The counter description.

In This Topic
    GetCounterMetadata Method
    In This Topic
    Get the type, name, units of measure, and a description of an existing counter.
    Syntax
    'Declaration
     
    Public Function GetCounterMetadata( _
       ByVal counterDescription As CounterDescription _
    ) As CounterMetadata
    public CounterMetadata GetCounterMetadata( 
       CounterDescription counterDescription
    )

    Parameters

    counterDescription
    The counter description.

    Return Value

    Description of the counter
    See Also