PerformanceCounterManager Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Prepares performance data for the performance.dll the system loads when working with performance counters.
This API supports the product infrastructure and is not intended to be used directly from your code.
public ref class PerformanceCounterManager sealed : System::Diagnostics::ICollectData
public sealed class PerformanceCounterManager : System.Diagnostics.ICollectData
type PerformanceCounterManager = class
interface ICollectData
Public NotInheritable Class PerformanceCounterManager
Implements ICollectData
- Inheritance
-
PerformanceCounterManager
- Implements
Constructors
| Name | Description |
|---|---|
| PerformanceCounterManager() |
This API supports the product infrastructure and is not intended to be used directly from your code.
Obsolete.
Obsolete.
Initializes a new instance of the PerformanceCounterManager class. |
Explicit Interface Implementations
| Name | Description |
|---|---|
| ICollectData.CloseData() |
This API supports the product infrastructure and is not intended to be used directly from your code.
Obsolete.
Obsolete.
Called by the perf dll's close performance data. |
| ICollectData.CollectData(Int32, IntPtr, IntPtr, Int32, IntPtr) |
This API supports the product infrastructure and is not intended to be used directly from your code.
Obsolete.
Obsolete.
Performance data collection routine. Called by the PerfCount perf dll. |