TestimoX

API Reference

Class

Registry (Registry)

Namespace ComputerX.Registry
Assembly ComputerX
Modifiers static

Simple, predictable facade for registry reads/writes. Currently exposes Get for single value reads; delegates to RegistryReader.

Inheritance

  • Object
  • Registry

Methods

public static ValueResult Get(String computer, String fullPath, String valueName = null, Boolean expandEnv = false) #
Returns: ValueResult

Reads a registry value on a local or remote computer.

Parameters

computer System.String requiredposition: 0
Target host name or '.'.
fullPath System.String requiredposition: 1
Absolute key path (e.g., HKLM\Software\...).
valueName System.String = null optionalposition: 2
Value name; null/empty for (Default).
expandEnv System.Boolean = false optionalposition: 3
When true, expands REG_EXPAND_SZ environment variables.