ComponentSpace Registry Toolkit Class Library Reference

RegistryWatcher Constructor (String)

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

[Visual Basic]
Overloads Public Sub New( _
   ByVal keyName As String _
)
[C#]
public RegistryWatcher(
   string keyName
);

Parameters

keyName
The name of the key to watch.

See Also

RegistryWatcher Class | ComponentSpace.RegistryToolkit Namespace | RegistryWatcher Constructor Overload List