C# Class Axiom.FileSystem.Watcher

Datei anzeigen Open project: WolfgangSt/axiom

Public Methods

Method Description
Watcher ( string path, bool recurse ) : System

Private Methods

Method Description
OnChanged ( object source, FileSystemEventArgs e ) : void
OnRenamed ( object source, RenamedEventArgs e ) : void

Method Details

Watcher() public method

public Watcher ( string path, bool recurse ) : System
path string
recurse bool
return System