Class ConfigFileWatcher
Watches a ConfigFile for changes and raises events when the configuration file is modified.
Inherited Members
Namespace: Jotunn.Utils
Assembly: Jotunn.dll
Syntax
public class ConfigFileWatcher
Constructors
Name | Description |
---|---|
ConfigFileWatcher(ConfigFile, long) | Create a file watcher to trigger reloads of the config file when it is changed, created, or renamed. |
Events
Name | Description |
---|---|
OnConfigFileReloaded | Event triggered after the file watcher reloads the configuration file. |