Click or drag to resize

PerformanceValue Class

Represents one value component of a PerformanceCounter.

Consider using Counter predefined counters instead.

Inheritance Hierarchy
SystemObject
  Demo3D.Utilities.PerformancePerformanceValue

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

The PerformanceValue type exposes the following members.

Constructors
  NameDescription
Public methodPerformanceValue
Constructs a new value.
Top
See Also