Value.value_BINARY

Obtains the value as a binary blob.

class Value
@property const
byte[]
value_BINARY
()

Return Value

Type: byte[]

The contents of the value.

Throws

RegistryException if the type of the value is not REG_BINARY.

Meta