C# Class De.Thekid.INotify.Runner

Afficher le fichier Open project: thekid/inotify-win

Protected Properties

Свойство Type Description
Changes Change>.Dictionary

Méthodes publiques

Méthode Description
Main ( string args ) : int
Processor ( object data ) : void
Run ( ) : int
Runner ( Arguments args ) : System
StdInOpen ( ) : void

Méthodes protégées

Méthode Description
OnWatcherError ( object source, ErrorEventArgs e ) : void
Output ( TextWriter writer, string tokens, FileSystemWatcher source, Change type, string name ) : void

Private Methods

Méthode Description
HandleNotification ( FileSystemWatcher sender, FileSystemEventArgs e, System.Action outputAction ) : void
OnRenameNotification ( object sender, RenamedEventArgs e ) : void
OnWatcherNotification ( object sender, FileSystemEventArgs e ) : void
Runner ( ) : System

Method Details

Main() public static méthode

public static Main ( string args ) : int
args string
Résultat int

OnWatcherError() protected méthode

protected OnWatcherError ( object source, ErrorEventArgs e ) : void
source object
e System.IO.ErrorEventArgs
Résultat void

Output() protected méthode

protected Output ( TextWriter writer, string tokens, FileSystemWatcher source, Change type, string name ) : void
writer System.IO.TextWriter
tokens string
source System.IO.FileSystemWatcher
type Change
name string
Résultat void

Processor() public méthode

public Processor ( object data ) : void
data object
Résultat void

Run() public méthode

public Run ( ) : int
Résultat int

Runner() public méthode

public Runner ( Arguments args ) : System
args Arguments
Résultat System

StdInOpen() public méthode

public StdInOpen ( ) : void
Résultat void

Property Details

Changes protected_oe static_oe property

protected static Dictionary Changes
Résultat Change>.Dictionary