RegistryHelper.TryGetKeyValue(RegistryHive, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static System::Object ^ TryGetKeyValue(Microsoft::Win32::RegistryHive registryHive, System::String ^ subKeyPath, System::String ^ keyName);
public static object TryGetKeyValue (Microsoft.Win32.RegistryHive registryHive, string subKeyPath, string keyName);
static member TryGetKeyValue : Microsoft.Win32.RegistryHive * string * string -> obj
Public Shared Function TryGetKeyValue (registryHive As RegistryHive, subKeyPath As String, keyName As String) As Object
Parameters
- registryHive
- RegistryHive
- subKeyPath
- String
- keyName
- String