'Declaration
Public Shared Function KeyExists( _ ByVal root As RegistryKey, _ ByVal keyName As String _ ) As Boolean
public static bool KeyExists( RegistryKey root, string keyName )
Parameters
- root
- keyName
'Declaration
Public Shared Function KeyExists( _ ByVal root As RegistryKey, _ ByVal keyName As String _ ) As Boolean
public static bool KeyExists( RegistryKey root, string keyName )