Initializes a new instance of the RegistryWatcher class with the specified key to watch. The key's subtree is also watched.
Initializes a new instance of the RegistryWatcher class with the specified key to watch. The key's subtree is also watched.
public RegistryWatcher(string);
Initializes a new instance of the RegistryWatcher class with the specified key to watch and a flag indicating whether the key's subtree should also be watched.
public RegistryWatcher(string,bool);
RegistryWatcher Class | ComponentSpace.RegistryToolkit Namespace