Click or drag to resize

PerformanceCounterGetSamples Method

Returns objects for accumulating data and generating samples, one for each constituent performance value.

Namespace:  Demo3D.Utilities.Performance
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 17.00.05
Syntax
C#
public PerformanceSample[] GetSamples()

Return Value

Type: PerformanceSample
Objects for accumulating data and generating samples.
Remarks
See Also