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!

Registry.PerformanceData

The Windows Registry base key HKEY_PERFORMANCE_DATA.

[Visual Basic]
Public Shared ReadOnly PerformanceData As RegistryKey
[C#]
public static readonly RegistryKey PerformanceData;
[C++]
public: static readonly RegistryKey* PerformanceData;
[JScript]
public static var PerformanceData : RegistryKey;

See Also

Registry Class | Registry Members | Microsoft.Win32 Namespace