Class RegistryWalker
Inheritance
System.Object
RegistryWalker
Assembly: AsaLib.dll
Syntax
public static class RegistryWalker : object
Methods
|
Improve this Doc
View Source
RegistryKeyToRegistryObject(RegistryKey, RegistryView)
Declaration
public static RegistryObject RegistryKeyToRegistryObject(RegistryKey key, RegistryView registryView)
Parameters
| Type |
Name |
Description |
| RegistryKey |
key |
|
| RegistryView |
registryView |
|
Returns
|
Improve this Doc
View Source
WalkHive(RegistryHive, RegistryView, String)
Declaration
public static IEnumerable<string> WalkHive(RegistryHive Hive, RegistryView View, string startingKey = "")
Parameters
| Type |
Name |
Description |
| RegistryHive |
Hive |
|
| RegistryView |
View |
|
| System.String |
startingKey |
|
Returns
| Type |
Description |
| IEnumerable<System.String> |
|