TestimoX

API Reference

Class

RegistryViewParser

Namespace ComputerX.Registry
Assembly ComputerX
Modifiers static

Parses textual registry-view options used by CLI and configuration layers.

Inheritance

  • Object
  • RegistryViewParser

Methods

public static Boolean TryParse(String value, out RegistryView view) #
Returns: Boolean

Tries to parse a registry-view token. Supported values are x64, 64, registry64, x86, 32, registry32, default, auto, and native.

Parameters

value System.String requiredposition: 0
Input token to parse.
view Microsoft.Win32.RegistryView@ requiredposition: 1
Parsed registry view when successful.

Returns

true when parsing succeeded; otherwise false.