Class FileSystemWatcher
- Namespace
- Lime
- Assembly
- Lime.dll
public class FileSystemWatcher : IFileSystemWatcher, IDisposable
- Inheritance
-
FileSystemWatcher
- Implements
- Inherited Members
Constructors
FileSystemWatcher(string, bool)
public FileSystemWatcher(string path, bool includeSubdirectories)
Parameters
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
Events
Changed
public event Action<string> Changed
Event Type
Created
public event Action<string> Created
Event Type
Deleted
public event Action<string> Deleted
Event Type
Renamed
public event Action<string, string> Renamed