C# 클래스 Zetbox.Server.BootstrapperService

상속: IBootstrapperService
파일 보기 프로젝트 열기: daszat/zetbox

공개 메소드들

메소드 설명
BootstrapperService ( ZetboxConfig config ) : System
GetFile ( string path ) : Stream
GetFileInfos ( ) : FileInfo[]
GetFilePath ( string path ) : string

비공개 메소드들

메소드 설명
InspectFile ( string baseDir, string root, string f ) : FileInfo
RelativePath ( string root, string target ) : string

Make a relative path from root to target, provided that target is a subdirectory of root.

ResolveConfigPath ( string dir ) : string

메소드 상세

BootstrapperService() 공개 메소드

public BootstrapperService ( ZetboxConfig config ) : System
config Zetbox.API.Configuration.ZetboxConfig
리턴 System

GetFile() 공개 메소드

public GetFile ( string path ) : Stream
path string
리턴 Stream

GetFileInfos() 공개 메소드

public GetFileInfos ( ) : FileInfo[]
리턴 FileInfo[]

GetFilePath() 공개 메소드

public GetFilePath ( string path ) : string
path string
리턴 string