Modifica

PerformanceCounterManager Class

Definition

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.

Applies to