API Reference
Class
RegistryTranslator
Utilities for normalizing registry paths and building HKU paths.
Inheritance
- Object
- RegistryTranslator
Methods
public static String BuildHkuPath(String sidOrMount, String relativeSubKey) #Returns:
StringBuilds an HKU path from a SID/mount name and relative subkey.
Parameters
- sidOrMount System.String
- relativeSubKey System.String
public static Boolean TryNormalize(String path, out RegistryHive hive, out String subKey) #Returns:
BooleanNormalizes a registry path and extracts hive and subkey.
Parameters
- path System.String
- hive Microsoft.Win32.RegistryHive@
- subKey System.String@
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object