RegValueEntry Constructor | regdiff Code Documentation |
Overload List
Name | Description | |
---|---|---|
RegValueEntry |
The default constructor creates an unnamed value without contenet.
|
|
RegValueEntry(String) |
This constructor creates a named value with unknown content
|
|
RegValueEntry(RegValueEntry) |
Copy Constructor
|
|
RegValueEntry(RegistryKey, String) |
This constructor creates a named value from a Windows registry value
|
See Also