C# 클래스 TinySite.Commands.RunWatchCommand

파일 보기 프로젝트 열기: robmen/tinysite 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ChangeHappend void
CreateWatcher System.IO.FileSystemWatcher
GetEnginesWithPathsToUnload IEnumerable
IgnoreFile bool
Render void
RenderThread void
WatcherFileChanged void
WatcherFileRenamed void

공개 메소드들

메소드 설명
Execute ( ) : void
RunWatchCommand ( TinySite.Models.SiteConfig config, int port, IEnumerable lastRunState, RenderingEngine>.IDictionary engines ) : System

비공개 메소드들

메소드 설명
ChangeHappend ( string path ) : void
CreateWatcher ( string path ) : FileSystemWatcher
GetEnginesWithPathsToUnload ( IEnumerable paths ) : IEnumerable
IgnoreFile ( string path ) : bool
Render ( ) : void
RenderThread ( object context ) : void
WatcherFileChanged ( object sender, FileSystemEventArgs e ) : void
WatcherFileRenamed ( object sender, RenamedEventArgs e ) : void

메소드 상세

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

RunWatchCommand() 공개 메소드

public RunWatchCommand ( TinySite.Models.SiteConfig config, int port, IEnumerable lastRunState, RenderingEngine>.IDictionary engines ) : System
config TinySite.Models.SiteConfig
port int
lastRunState IEnumerable
engines RenderingEngine>.IDictionary
리턴 System