C# Class ALE.FileSystem.FileSystemWatcher

Inheritance: IDisposable
Show file Open project: blesh/ALE Class Usage Examples

Public Methods

Method Description
Changed ( Action callback ) : FileSystemWatcher
Created ( Action callback ) : FileSystemWatcher
Deleted ( Action callback ) : FileSystemWatcher
Dispose ( ) : void
Renamed ( string>.Action callback ) : FileSystemWatcher
Start ( ) : FileSystemWatcher
Stop ( ) : FileSystemWatcher
Watch ( string path, string filter = null ) : FileSystemWatcher

Private Methods

Method Description
FileSystemWatcher ( string path, string filter ) : System

Method Details

Changed() public method

public Changed ( Action callback ) : FileSystemWatcher
callback Action
return FileSystemWatcher

Created() public method

public Created ( Action callback ) : FileSystemWatcher
callback Action
return FileSystemWatcher

Deleted() public method

public Deleted ( Action callback ) : FileSystemWatcher
callback Action
return FileSystemWatcher

Dispose() public method

public Dispose ( ) : void
return void

Renamed() public method

public Renamed ( string>.Action callback ) : FileSystemWatcher
callback string>.Action
return FileSystemWatcher

Start() public method

public Start ( ) : FileSystemWatcher
return FileSystemWatcher

Stop() public method

public Stop ( ) : FileSystemWatcher
return FileSystemWatcher

Watch() public static method

public static Watch ( string path, string filter = null ) : FileSystemWatcher
path string
filter string
return FileSystemWatcher