RegistryKey Class Members
In This Topic
The following tables list the members exposed by RegistryKey.
Public Constructors
| Name | Description |
 | RegistryKey Constructor | Initializes a new instance of the RegistryKey class specifying the registry key name, the value
name and the value. |
Top
Public Properties
| Name | Description |
 | KeyName | Gets or sets the name of the registry key. |
 | Value | Gets or sets the value of the registry key. |
 | ValueName | Gets or sets the name of the value to add. |
Top
See Also