[To be supplied.]
[Visual Basic] Public Sub New( _ ByVal rawValue As Long, _ ByVal baseValue As Long, _ ByVal counterFrequency As Long, _ ByVal systemFrequency As Long, _ ByVal timeStamp As Long, _ ByVal timeStamp100nSec As Long, _ ByVal counterType As PerformanceCounterType _ ) [C#] public CounterSample( long rawValue, long baseValue, long counterFrequency, long systemFrequency, long timeStamp, long timeStamp100nSec, PerformanceCounterType counterType ); [C++] public: CounterSample( __int64 rawValue, __int64 baseValue, __int64 counterFrequency, __int64 systemFrequency, __int64 timeStamp, __int64 timeStamp100nSec, PerformanceCounterType counterType ); [JScript] public function CounterSample( rawValue : long, baseValue : long, counterFrequency : long, systemFrequency : long, timeStamp : long, timeStamp100nSec : long, counterType : PerformanceCounterType );
CounterSample Structure | CounterSample Members | System.Diagnostics Namespace