NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PerformanceCounter Class

Performance Counter component. This class provides support for NT Performance counters. It handles both the existing counters (accesible by Perf Registry Interface) and user defined (extensible) counters. This class is a part of a larger framework, that includes the perf dll object and perf service.

Object
   Component
      PerformanceCounter

[Visual Basic]
Public Class PerformanceCounter
   Inherits Component
[C#]
public class PerformanceCounter : Component
[C++]
public __gc class PerformanceCounter : public Component
[JScript]
public class PerformanceCounter extends Component

Remarks

[To be supplied.]

Requirements

Namespace: System.Diagnostics

Assembly: System.Diagnostics.dll

See Also

PerformanceCounter Members | System.Diagnostics Namespace