C# Class CrossUI.Runner.WPF.FileWatcher

Inheritance: IDisposable
Afficher le fichier Open project: pragmatrix/CrossUI Class Usage Examples

Méthodes publiques

Свойство Type Description
Changed System.Action
Error Action

Méthodes publiques

Méthode Description
Dispose ( ) : void
FileWatcher ( string directory, string filter ) : System
dispatchChanged ( ) : void
dispatcherError ( Exception e ) : void
onChanged ( object sender, FileSystemEventArgs e ) : void
onCreated ( object sender, FileSystemEventArgs e ) : void
onDeleted ( object sender, FileSystemEventArgs e ) : void
onError ( object sender, ErrorEventArgs e ) : void
onRenamed ( object sender, RenamedEventArgs e ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

FileWatcher() public méthode

public FileWatcher ( string directory, string filter ) : System
directory string
filter string
Résultat System

dispatchChanged() public méthode

public dispatchChanged ( ) : void
Résultat void

dispatcherError() public méthode

public dispatcherError ( Exception e ) : void
e System.Exception
Résultat void

onChanged() public méthode

public onChanged ( object sender, FileSystemEventArgs e ) : void
sender object
e System.IO.FileSystemEventArgs
Résultat void

onCreated() public méthode

public onCreated ( object sender, FileSystemEventArgs e ) : void
sender object
e System.IO.FileSystemEventArgs
Résultat void

onDeleted() public méthode

public onDeleted ( object sender, FileSystemEventArgs e ) : void
sender object
e System.IO.FileSystemEventArgs
Résultat void

onError() public méthode

public onError ( object sender, ErrorEventArgs e ) : void
sender object
e System.IO.ErrorEventArgs
Résultat void

onRenamed() public méthode

public onRenamed ( object sender, RenamedEventArgs e ) : void
sender object
e System.IO.RenamedEventArgs
Résultat void

Property Details

Changed public_oe property

public Action,System Changed
Résultat System.Action

Error public_oe property

public Action Error
Résultat Action