ComponentSpace Registry Toolkit Class Library Reference

RegistryWatcher Constructor

Initializes a new instance of the RegistryWatcher class with the specified key to watch. The key's subtree is also watched.

Overload List

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);

See Also

RegistryWatcher Class | ComponentSpace.RegistryToolkit Namespace