Method | Description | |
---|---|---|
AddConfig ( string name ) : IConfig | ||
AddConfig ( string name, |
||
AddMapping ( |
||
AddMapping ( |
||
RegistryConfigSource ( ) : System | ||
Reload ( ) : void | ||
Save ( ) : void |
Method | Description | |
---|---|---|
LoadKeyValues ( |
Loads all values from the registry key.
|
|
MergeConfigsIntoDocument ( ) : void |
Merges all of the configs from the config collection into the registry.
|
|
ReloadKeys ( ) : void |
Reloads all keys.
|
|
RemoveKeys ( RegistryConfig config ) : void |
Removes all keys not present in the current config.
|
|
ShortKeyName ( |
Returns the key name without the fully qualified path. e.g. no HKEY_LOCAL_MACHINE\\MyKey, just MyKey
|
public AddConfig ( string name, |
||
name | string | |
key | ||
return | IConfig |
public AddMapping ( |
||
registryKey | ||
path | string | |
return | void |
public AddMapping ( |
||
registryKey | ||
path | string | |
recurse | RegistryRecurse | |
return | void |