Key.setValue

Sets the named value with the given 32-bit unsigned integer value, according to the desired byte-ordering.

Parameters

name string

The name of the value to set. If it is the empty string, sets the default value.

value uint

The 32-bit unsigned value to set.

endian Endian

Can be Endian.BigEndian or Endian.LittleEndian.

Throws

If a value corresponding to the requested name is not found, RegistryException is thrown.

Meta

Suggestion Box / Bug Report