RegistryKey constructor

const RegistryKey(
  1. int hkey
)

Creates an instance of the RegistryKey with the specified handle.

Implementation

const RegistryKey(this.hkey);