Property | Type | Description | |
---|---|---|---|
EntryName | string | ||
Key | string | ||
Root | RegistryHive |
Method | Description | |
---|---|---|
RegValueProperty ( ) : Microsoft.Win32 |
Initializes a new instance of the RegValueProperty class.
|
|
RegValueProperty ( |
Initializes a new instance of the RegValueProperty class with properties/fields initialized with specified parameters.
|
|
RegValueProperty ( string name, RegistryHive root, string key, string entryName, string defaultValue = "" ) : Microsoft.Win32 |
Initializes a new instance of the RegValueProperty class with properties/fields initialized with specified parameters.
|
public RegValueProperty ( ) : Microsoft.Win32 | ||
return | Microsoft.Win32 |
public RegValueProperty ( |
||
id | The explicit |
|
name | string | The name of the property. |
root | RegistryHive | The registry hive name. |
key | string | The registry key name. |
entryName | string | The registry entry name. |
defaultValue | string | The registry entry default value. |
return | Microsoft.Win32 |
public RegValueProperty ( string name, RegistryHive root, string key, string entryName, string defaultValue = "" ) : Microsoft.Win32 | ||
name | string | The name of the property. |
root | RegistryHive | The registry hive name. |
key | string | The registry key name. |
entryName | string | The registry entry name. |
defaultValue | string | The registry entry default value. |
return | Microsoft.Win32 |