RegistryKey: RegistryValueKind

RegistryValueKind

The value types that can be set and retrieved from the Registry.

 Public Enum RegistryValueKind

Values

UnknownKind = 0
Determines the value type based on the variable type or registry setting.
StringKind = 1
Attempts to set or retrieve the value as a string.
DWordKind = 4
Attempts to set or retrieve the value as a DWord (Long).
BinaryKind = 3
Attempts to set or retrieve the value as a Byte array.
MultiStringKind = 7
Attempts to set or retrieve the value as a String array.
ExpandStringKind = 2
Attempts to set or retrieve the value as an expandable string.
QWordKind = 11
Attempts to set or retrieve the value as a 64-bit value.

See Also

Project CorLib Overview

Class RegistryKey Overview