C# 클래스 De.Thekid.INotify.Runner

파일 보기 프로젝트 열기: thekid/inotify-win

보호된 프로퍼티들

프로퍼티 타입 설명
Changes Change>.Dictionary

공개 메소드들

메소드 설명
Main ( string args ) : int
Processor ( object data ) : void
Run ( ) : int
Runner ( Arguments args ) : System
StdInOpen ( ) : void

보호된 메소드들

메소드 설명
OnWatcherError ( object source, ErrorEventArgs e ) : void
Output ( TextWriter writer, string tokens, FileSystemWatcher source, Change type, string name ) : void

비공개 메소드들

메소드 설명
HandleNotification ( FileSystemWatcher sender, FileSystemEventArgs e, System.Action outputAction ) : void
OnRenameNotification ( object sender, RenamedEventArgs e ) : void
OnWatcherNotification ( object sender, FileSystemEventArgs e ) : void
Runner ( ) : System

메소드 상세

Main() 공개 정적인 메소드

public static Main ( string args ) : int
args string
리턴 int

OnWatcherError() 보호된 메소드

protected OnWatcherError ( object source, ErrorEventArgs e ) : void
source object
e System.IO.ErrorEventArgs
리턴 void

Output() 보호된 메소드

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
리턴 void

Processor() 공개 메소드

public Processor ( object data ) : void
data object
리턴 void

Run() 공개 메소드

public Run ( ) : int
리턴 int

Runner() 공개 메소드

public Runner ( Arguments args ) : System
args Arguments
리턴 System

StdInOpen() 공개 메소드

public StdInOpen ( ) : void
리턴 void

프로퍼티 상세

Changes 보호되어 있는 정적으로 프로퍼티

protected static Dictionary Changes
리턴 Change>.Dictionary