Return a value from the registry.
Namespace:
Devolutions.UtilsAssembly: Devolutions.Utils (in Devolutions.Utils.dll)
Syntax
| Visual Basic |
|---|
Public Shared Function GetValue ( _ registryKey As RegistryKey, _ subKey As String, _ name As String _ ) As Object |
| C# |
|---|
public static Object GetValue( RegistryKey registryKey, string subKey, string name ) |
Parameters
- registryKey
- Type: Microsoft.Win32..::..RegistryKey
- subKey
- Type: System..::..String
- name
- Type: System..::..String