Share via


RegistryValue Class

Definition

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

Applies to