RegKeyEntry Constructor

tikumo.regis3

RegKeyEntry Constructor regdiff Code Documentation
Overload List

  Name Description
Protected method RegKeyEntry 
The default constructor creates an empty - unnamed - registry key.
Public method RegKeyEntry(RegKeyEntry)
Copy constructor: takes an existing RegKeyEntry and creates a full clone of it
Public method RegKeyEntry(RegKeyEntry, String)
This constructor creates a named registry key, relative to an existing parent
Back to Top
See Also