'Declaration
Public Shared Function GetRegistryValue( _ ByVal root As RegistryKey, _ ByVal subkeyName As String, _ ByVal valueName As String, _ Optional ByVal defaultValue As String _ ) As String
public static string GetRegistryValue( RegistryKey root, string subkeyName, string valueName, string defaultValue )
public: static String^ GetRegistryValue( RegistryKey^ root, String^ subkeyName, String^ valueName, String^ defaultValue )
Parameters
- root
- subkeyName
- valueName
- defaultValue