RegKeyEntry Members | regdiff Code Documentation |
The RegKeyEntry type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | RegKeyEntry |
The default constructor creates an empty - unnamed - registry key.
|
![]() | RegKeyEntry(RegKeyEntry) |
Copy constructor: takes an existing RegKeyEntry and creates a full clone of it
|
![]() | RegKeyEntry(RegKeyEntry, String) |
This constructor creates a named registry key, relative to an existing parent
|
Methods
Name | Description | |
---|---|---|
![]() | AskToAddKey |
When creating a diff/merge file, asks the key to create a subkey based on an existing key
|
![]() | AskToAddValue |
When creating a diff/merge file, asks the key to add a value based on an existing value
|
![]() | AskToRemoveKey |
When creating a diff/merge file, asks the key to remove a subkey based on an existing key
|
![]() | AskToRemoveValue |
When creating a diff/merge file, asks the key to remove a value based on an existing value
|
![]() | FindOrCreateKey |
Find or create a subkey relative to this one
|
![]() | FindOrCreateValue |
Find or create a named registry value
|
![]() | ToString |
Create a string description of this instance
(Overrides ![]() |
![]() | WriteRegFileFormat |
Write the content of this key to an output stream in .REG file format
|
![]() | WriteToTheRegistry |
Write the contents of this object back to the registry (possibly recursively)
|
Fields
Name | Description | |
---|---|---|
![]() | DefaultValue |
Default value or null if undefined
|
![]() | Keys |
Subkeys relative to this key
|
![]() | Name |
Name of the key (not the complete path name: use the Path member for that)
|
![]() | RemoveFlag |
Flag indicating wether the .REG file actually asks to REMOVE this value, rather than add it.
|
![]() | Values |
Values in this key
|
Properties
Name | Description | |
---|---|---|
![]() ![]() | AllAccessForEveryone |
Helper function: RegistrySecurity object representing "Full control for the Everyone group"
|
![]() | Parent |
Parent key or null if this is a root key
|
![]() | Path |
Return the complete (recursive) path of this key
|
See Also