TestimoX

API Reference

Class

KeyDump

Namespace ComputerX.Registry.RegistryReader
Assembly ComputerX
Modifiers sealed

Dump of a registry key: subkeys and values with kinds.

Inheritance

  • Object
  • KeyDump

Constructors

Properties

public String Computer { get; set; } #

Computer the dump was performed on.

public String Path { get; set; } #

Registry key path.

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.

public String Error { get; set; } #

Error message on failure.