C# 클래스 rabbit.NancyAutoHost

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

공개 메소드들

메소드 설명
AutoRun ( ) : void
Compile ( string sources ) : void
CrossDomainRunner ( ) : void
NancyAutoHost ( string endpoint, string sourceWatchFolder, string libraryLocation ) : System
RunHost ( NancyHost host, Uri endpoint ) : NancyHost
Start ( ) : void

비공개 메소드들

메소드 설명
CreateFolderWatcher ( string sourceWatchFolder ) : FileSystemWatcher
OnChange ( FileSystemEventArgs args ) : void
SourceBuild ( ) : void

메소드 상세

AutoRun() 공개 메소드

public AutoRun ( ) : void
리턴 void

Compile() 공개 메소드

public Compile ( string sources ) : void
sources string
리턴 void

CrossDomainRunner() 공개 메소드

public CrossDomainRunner ( ) : void
리턴 void

NancyAutoHost() 공개 메소드

public NancyAutoHost ( string endpoint, string sourceWatchFolder, string libraryLocation ) : System
endpoint string
sourceWatchFolder string
libraryLocation string
리턴 System

RunHost() 공개 메소드

public RunHost ( NancyHost host, Uri endpoint ) : NancyHost
host Nancy.Hosting.Self.NancyHost
endpoint System.Uri
리턴 Nancy.Hosting.Self.NancyHost

Start() 공개 메소드

public Start ( ) : void
리턴 void