Table of Contents

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 = 2

The value is a binary value.

REG_DWORD = 3

The value is a 32-bit integer.

REG_EXPAND_SZ = 6

The value is an expandable string value.

REG_MULTI_SZ = 5

The value is a multi-string value.

REG_QWORD = 4

The value is a 64-bit integer.

REG_SZ = 1

The value is a string.

Unknown = 0

The type is unknown.