C# Class AcManager.Tools.Helpers.AbstractSubdirectoryWatcherProvider.ContentWatcher

Inheritance: IDisposable
Afficher le fichier Open project: gro-ove/actools

Méthodes publiques

Méthode Description
ContentWatcher ( string path ) : System
Dispose ( ) : void

Private Methods

Méthode Description
Dispatch ( ) : void
FsWatcher_Changed ( object sender, FileSystemEventArgs e ) : void
SetFsWatcher ( ) : void
UnsetFsWatcher ( ) : void

Method Details

ContentWatcher() public méthode

public ContentWatcher ( string path ) : System
path string
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void