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
Syntaxpublic PerformanceSample[] GetSamples()
Return Value
Type:
PerformanceSampleObjects for accumulating data and generating samples.
Remarks
You must call
Dispose to release the sampling object.
See Also