[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.Direct3D11.CounterMetadata

Class CounterMetadata

Namespace
GrapeCity.Documents.DX.Direct3D11
Assembly
GcDocs.DX.Windows.dll

Counter metadata that contains the type, name, units of measure, and a description of an existing counter.

public class CounterMetadata
Inheritance
object
CounterMetadata
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

CounterMetadata()

public CounterMetadata()

Properties

Description

Gets a description of the counter.

public string Description { get; }

Property Value

string

HardwareCounterCount

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; }

Property Value

int

Name

Gets a brief name for the counter.

public string Name { get; }

Property Value

string

Type

Gets the data type of a counter (see CounterType).

public CounterType Type { get; }

Property Value

CounterType

Units

Gets the units a counter measures.

public string Units { get; }

Property Value

string