RegistryValue Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains a registry value that is serializable for the Mono compatible FileBasedRegistry
public sealed class RegistryValue
type RegistryValue = class
Public NotInheritable Class RegistryValue
- Inheritance
-
RegistryValue
Constructors
RegistryValue() |
Properties
Name |
Gets or sets the name of the value |
Strings |
Gets or sets the collection of child strings for string[] values |
Text |
Gets or sets the text of the value |
Type |
Gets or sets the type of the value |
Value |
Gets the object value of the value that was deserialized |
Methods
FromValue(String, Object) |
Creates a RegistryValue instance from the given value with the given name |