Click or drag to resize

PerformanceCounterAll Property

A list of all registered counters.

Namespace:  Demo3D.Utilities.Performance
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 17.00.05
Syntax
C#
public static List<PerformanceCounter> All { get; }

Property Value

Type: ListPerformanceCounter
See Also