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