API Reference
Class
KeyDump
Dump of a registry key: subkeys and values with kinds.
Inheritance
- Object
- KeyDump
Constructors
public KeyDump() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Computer { get; set; } #Computer the dump was performed on.
public IReadOnlyList<String> SubKeys { get; set; } #Names of immediate subkeys.
public Dictionary<String, ValueTuple<Object, RegistryValueKind>> Values { get; set; } #Values under the key and their kinds.
public Boolean Success { get; set; } #True when the read succeeded.