RegistryNotification

From Pointui

Provides a way to receive notifications when a registry value changes.

Contents

Methods

void Start(String keyName, String valueName)

Starts listening for changes to the supplied registry value within the key keyName. See also RegistryKey.Open().

void GetValue(String result)

void GetValue(int result)

void GetValue(DateTime result)

Reads the value of the registry key/value being monitored.

void Stop()

Stops listening for changes.