RegistryUtilGetLocalMachineString Method |
Retrieve a string value from the Local Machine registry.
Namespace:
Nova.Utilities
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public static string GetLocalMachineString(
string keyPath,
string keyName
)
Parameters
- keyPath
- Type: SystemString
- keyName
- Type: SystemString
Return Value
Type:
StringSee Also