Enum WindowsRegistryValueType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the type of registry value.
public enum WindowsRegistryValueType
Fields
REG_BINARY = 2The value is a binary value.
REG_DWORD = 3The value is a 32-bit integer.
REG_EXPAND_SZ = 6The value is an expandable string value.
REG_MULTI_SZ = 5The value is a multi-string value.
REG_QWORD = 4The value is a 64-bit integer.
REG_SZ = 1The value is a string.
Unknown = 0The type is unknown.