.NET Framework Class Library
RegistryProxy Members

Provides properties and methods for manipulating the registry.

The RegistryProxy type exposes the following members.

Methods

  NameDescription
Public methodEqualsDetermines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodFinalizeAllows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public methodGetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodGetValueGets a value from a registry key.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodSetValueOverloaded. Writes a value to a registry key.
Public methodToStringReturns a String that represents the current Object. (Inherited from Object.)
Top
Properties

  NameDescription
Public propertyClassesRootReturns a RegistryKey type which provides access to HKEY_CLASSES_ROOT.
Public propertyCurrentConfigReturns a RegistryKey type which provides access to HKEY_CURRENT_CONFIG.
Public propertyCurrentUserReturns a RegistryKey type which provides access to HKEY_CURRENT_USER.
Public propertyDynDataReturns a RegistryKey type, which provides access to HKEY_DYNDATA.
Public propertyLocalMachineReturns a RegistryKey type, which provides access to HKEY_LOCAL_MACHINE.
Public propertyPerformanceDataReturns a RegistryKey type, which provides access to HKEY_PERFORMANCE_DATA.
Public propertyUsersReturns a RegistryKey type, which provides access to HKEY_USERS.
Top
See Also

Reference

Tags :


Page view tracker