.NET Framework Class Library
Registry Members

Provides RegistryKey objects that represent the root keys in the Windows registry, and static methods to access key/value pairs.

The Registry type exposes the following members.

Methods

  NameDescription
Public methodStatic memberSupported by the .NET Compact FrameworkGetValueRetrieves the value associated with the specified name, in the specified registry key. If the name is not found in the specified key, returns a default value that you provide, or nullNothingnullptra null reference (Nothing in Visual Basic) if the specified key does not exist.
Public methodStatic memberSupported by the .NET Compact FrameworkSetValueOverloaded. Sets the value of a name/value pair in a registry key.
Top
Fields

  NameDescription
Public fieldStatic memberSupported by the .NET Compact FrameworkClassesRootDefines the types (or classes) of documents and the properties associated with those types. This field reads the Windows registry base key HKEY_CLASSES_ROOT.
Public fieldStatic memberCurrentConfigContains configuration information pertaining to the hardware that is not specific to the user. This field reads the Windows registry base key HKEY_CURRENT_CONFIG.
Public fieldStatic memberSupported by the .NET Compact FrameworkCurrentUserContains information about the current user preferences. This field reads the Windows registry base key HKEY_CURRENT_USER
Public fieldStatic memberDynDataContains dynamic registry data. This field reads the Windows registry base key HKEY_DYN_DATA.
Public fieldStatic memberSupported by the .NET Compact FrameworkLocalMachineContains the configuration data for the local machine. This field reads the Windows registry base key HKEY_LOCAL_MACHINE.
Public fieldStatic memberPerformanceDataContains performance information for software components. This field reads the Windows registry base key HKEY_PERFORMANCE_DATA.
Public fieldStatic memberSupported by the .NET Compact FrameworkUsersContains information about the default user configuration. This field reads the Windows registry base key HKEY_USERS.
Top
See Also

Reference

Tags :


Page view tracker