Provides properties and methods for manipulating the registry.
| C# | Visual Basic |
public class RegistryProxy
Public Class RegistryProxy
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| ClassesRoot |
Returns a RegistryKey type which provides access to HKEY_CLASSES_ROOT.
| |
| CurrentUser |
Returns a RegistryKey type which provides access to HKEY_CURRENT_USER.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| GetValue(String, String, Object) |
Gets a value from a registry key.
| |
| LocalMachine |
Returns a RegistryKey type, which provides access to HKEY_LOCAL_MACHINE.
| |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| SetValue(String, String, Object) |
Writes a value to a registry key.
| |
| SetValue(String, String, Object, RegistryValueKind) |
Writes a value to a registry key.
| |
| ToString()()()() | (Inherited from Object.) |
| Object | |
| RegistryProxy | |