Freigeben über


PerformanceCounterManager-Klasse

Diese Klasse unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.

HINWEIS: Diese Klasse ist mittlerweile veraltet.

Bereitet Leistungsdaten für die Bibliothek performance.dll vor, die beim Verwenden von Leistungsindikatoren vom System geladen wird.

Namespace: System.Diagnostics
Assembly: System (in system.dll)

Syntax

'Declaration
<ComVisibleAttribute(True)> _
<GuidAttribute("82840BE1-D273-11D2-B94A-00600893B17A")> _
<ObsoleteAttribute("This class has been deprecated.  Use the PerformanceCounters through the System.Diagnostics.PerformanceCounter class instead.  https://go.microsoft.com/fwlink/?linkid=14202")> _
Public NotInheritable Class PerformanceCounterManager
    Implements ICollectData
'Usage
Dim instance As PerformanceCounterManager
[ComVisibleAttribute(true)] 
[GuidAttribute("82840BE1-D273-11D2-B94A-00600893B17A")] 
[ObsoleteAttribute("This class has been deprecated.  Use the PerformanceCounters through the System.Diagnostics.PerformanceCounter class instead.  https://go.microsoft.com/fwlink/?linkid=14202")] 
public sealed class PerformanceCounterManager : ICollectData
[ComVisibleAttribute(true)] 
[GuidAttribute(L"82840BE1-D273-11D2-B94A-00600893B17A")] 
[ObsoleteAttribute(L"This class has been deprecated.  Use the PerformanceCounters through the System.Diagnostics.PerformanceCounter class instead.  https://go.microsoft.com/fwlink/?linkid=14202")] 
public ref class PerformanceCounterManager sealed : ICollectData
/** @attribute ComVisibleAttribute(true) */ 
/** @attribute GuidAttribute("82840BE1-D273-11D2-B94A-00600893B17A") */ 
/** @attribute ObsoleteAttribute("This class has been deprecated.  Use the PerformanceCounters through the System.Diagnostics.PerformanceCounter class instead.  https://go.microsoft.com/fwlink/?linkid=14202") */ 
public final class PerformanceCounterManager implements ICollectData
ComVisibleAttribute(true) 
GuidAttribute("82840BE1-D273-11D2-B94A-00600893B17A") 
ObsoleteAttribute("This class has been deprecated.  Use the PerformanceCounters through the System.Diagnostics.PerformanceCounter class instead.  https://go.microsoft.com/fwlink/?linkid=14202") 
public final class PerformanceCounterManager implements ICollectData

Vererbungshierarchie

System.Object
  System.Diagnostics.PerformanceCounterManager

Threadsicherheit

Alle öffentlichen statischen (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Plattformen

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.

Versionsinformationen

.NET Framework

Unterstützt in: 1.0, 1.1
Veraltet (Compilerwarnung) in 2.0

Siehe auch

Referenz

PerformanceCounterManager-Member
System.Diagnostics-Namespace