Property | Type | Description | |
---|---|---|---|
Condition | Condition | ||
Feature | |||
ForceCreateOnInstall | bool | ||
ForceDeleteOnUninstall | bool | ||
Key | string | ||
RegistryKeyAction | RegistryKeyAction | ||
Root | RegistryHive | ||
Value | object | ||
Win64 | bool |
Property | Type | Description |
---|
Method | Description | |
---|---|---|
RegValue ( ) : System |
Initializes a new instance of the RegValue class.
|
|
RegValue ( |
Initializes a new instance of the RegValue class with properties initialized with specified parameters.
|
|
RegValue ( |
Initializes a new instance of the RegValue class with properties initialized with specified parameters.
|
|
RegValue ( |
Initializes a new instance of the RegValue class with properties initialized with specified parameters.
|
|
RegValue ( |
Initializes a new instance of the RegValue class with properties initialized with specified parameters.
|
|
RegValue ( RegistryHive root, string key, string name, object value ) : System |
Initializes a new instance of the RegValue class with properties initialized with specified parameters.
|
|
RegValue ( string key, string name, object value ) : System |
Initializes a new instance of the RegValue class with properties initialized with specified parameters.
|
public RegValue ( |
||
feature | ||
root | RegistryHive | The registry hive name. |
key | string | The registry key name. |
name | string | The registry entry name. |
value | object | The registry entry value. |
return | System |
public RegValue ( |
||
id | The explicit |
|
feature | ||
root | RegistryHive | The registry hive name. |
key | string | The registry key name. |
name | string | The registry entry name. |
value | object | The registry entry value. |
return | System |
public RegValue ( |
||
id | The explicit |
|
root | RegistryHive | The registry hive name. |
key | string | The registry key name. |
name | string | The registry entry name. |
value | object | The registry entry value. |
return | System |
public RegValue ( |
||
id | The explicit |
|
key | string | The registry key name. |
name | string | The registry entry name. |
value | object | The registry entry value. |
return | System |
public RegValue ( RegistryHive root, string key, string name, object value ) : System | ||
root | RegistryHive | The registry hive name. |
key | string | The registry key name. |
name | string | The registry entry name. |
value | object | The registry entry value. |
return | System |
public RegValue ( string key, string name, object value ) : System | ||
key | string | The registry key name. |
name | string | The registry entry name. |
value | object | The registry entry value. |
return | System |
public RegistryKeyAction RegistryKeyAction | ||
return | RegistryKeyAction |