Visual Basic 2005 in a Nutshell (In a Nutshell (OReilly))

PerformanceData Property

Location

My.Computer.Registry.PerformanceData

Syntax

Dim result As Microsoft.Win32.RegistryKey = _ My.Computer.Registry.PerformanceData

Description

The PerformanceData property returns a Microsoft.Win32.RegistryKey object that refers to the HKEY_PERFORMANCE_DATA location in the Windows registry. This key refers to information that is not actually stored in the registry, but the registry is the access point for this dynamically generated data. The data includes performance counts and statistics, many of which are displayed through the Performance control panel applet.

Usage at a Glance

  • This property is read-only.

  • You must have sufficient security permissions to read or write keys and values in the registry.

Related Framework Entries

  • Microsoft.VisualBasic.MyServices.RegistryProxy.PerformanceData Property

  • Microsoft.Win32.Registry.PerformanceData Property

See Also

ClassesRoot Property, CurrentConfig Property, CurrentUser Property, DynData Property, GetValue Method, LocalMachine Property, Registry Object, SetValue Method, Users Property

Категории