프로퍼티 | 타입 | 설명 | |
---|---|---|---|
EntryName | string | ||
Key | string | ||
Root | RegistryHive |
메소드 | 설명 | |
---|---|---|
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 ( |
||
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. |
리턴 | 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. |
리턴 | Microsoft.Win32 |