<private> new RegistryItem(host, hive, key, name, type, value, arch)
Creates a single registry value record.
This contructor is private. Objects of this type are created internally and returned by methods of Registry
objects.
Parameters:
Name | Type | Description |
---|---|---|
host |
string | the hostname |
hive |
string | the hive id |
key |
string | the registry key |
name |
string | the value name |
type |
string | the value type |
value |
string | the value |
arch |
string | the hive architecture ('x86' or 'x64') |
Members
-
<readonly> arch :string
-
The hive architecture.
Type:
- string
-
<readonly> hive :string
-
The hive id.
Type:
- string
-
<readonly> host :string
-
The hostname.
Type:
- string
-
<readonly> key :string
-
The registry key.
Type:
- string
-
<readonly> name :string
-
The value name.
Type:
- string
-
<readonly> type :string
-
The value type.
Type:
- string
-
<readonly> value :string
-
The value.
Type:
- string