Click or drag to resize

CounterName Class

A counter name.
Inheritance Hierarchy
SystemObject
  Demo3D.Utilities.PerformanceCounterName

Namespace:  Demo3D.Utilities.Performance
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 18.03.00
Syntax
C#
public class CounterName

The CounterName type exposes the following members.

Constructors
  NameDescription
Public methodCounterName(String)
Constructs a counter name.
Public methodCounterName(String, String)
Constructs a counter name.
Public methodCounterName(String, String, String)
Constructs a counter name.
Top
Properties
  NameDescription
Public propertyCategory
A category groups items together.
Public propertyInstance
The instance name of the counter (where there may be more than one instance).
Public propertyName
The counter name.
Top
See Also