C# Class i18n.Core.PoFileWatcher

Inheritance: IDisposable
Afficher le fichier Open project: xianjing/i18n Class Usage Examples

Méthodes publiques

Méthode Description
Begin ( ) : void
Dispose ( ) : void
PoFileWatcher ( string workingDir ) : System
Wait ( ) : void

Private Methods

Méthode Description
BeginWatch ( ) : void
ExceedWindow ( ) : bool
MarkChanged ( object sender, FileSystemEventArgs e ) : void
MarkChangedWhenError ( object sender, EventArgs e ) : void
Restore ( ) : void
SetupChangeWatcher ( string filter ) : FileSystemWatcher
SetupWatcher ( ) : void
TearDownWatcher ( ) : void
TearDownWather ( FileSystemWatcher watcher ) : void
Unchanged ( ) : bool

Method Details

Begin() public méthode

public Begin ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

PoFileWatcher() public méthode

public PoFileWatcher ( string workingDir ) : System
workingDir string
Résultat System

Wait() public méthode

public Wait ( ) : void
Résultat void