RegValueEntry Constructor

From tikumo.regis3

RegValueEntry Constructor regdiff Code Documentation
Overload List

  Name Description
Public method RegValueEntry 
The default constructor creates an unnamed value without contenet.
Public method RegValueEntry(String)
This constructor creates a named value with unknown content
Public method RegValueEntry(RegValueEntry)
Copy Constructor
Public method RegValueEntry(RegistryKey, String)
This constructor creates a named value from a Windows registry value
Back to Top
See Also