C# Class CClash.DirectoryWatcher

Inheritance: IDisposable
Afficher le fichier Open project: artillery/cclash Class Usage Examples

Méthodes publiques

Méthode Description
DirectoryWatcher ( string folder ) : System
Dispose ( ) : void
Enable ( ) : void
UnWatch ( string file ) : void
Watch ( string file ) : void

Private Methods

Méthode Description
OnChange ( string file ) : void

Method Details

DirectoryWatcher() public méthode

public DirectoryWatcher ( string folder ) : System
folder string
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Enable() public méthode

public Enable ( ) : void
Résultat void

UnWatch() public méthode

public UnWatch ( string file ) : void
file string
Résultat void

Watch() public méthode

public Watch ( string file ) : void
file string
Résultat void