PerformanceCounterManager Constructor

Definition

Caution

This class has been deprecated. Use the PerformanceCounters through the System.Diagnostics.PerformanceCounter class instead. http://go.microsoft.com/fwlink/?linkid=14202

Initializes a new instance of the PerformanceCounterManager class.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 PerformanceCounterManager();
public PerformanceCounterManager();
[System.Obsolete("This class has been deprecated.  Use the PerformanceCounters through the System.Diagnostics.PerformanceCounter class instead.  http://go.microsoft.com/fwlink/?linkid=14202")]
public PerformanceCounterManager();
Public Sub New ()
Attributes

Remarks

The performance counter performance.dll calls this constructor as part of its performance data collection routine.

Applies to