C# 클래스 HaloOnline.Server.App.AppFileSystem

상속: IFileSystem
파일 보기 프로젝트 열기: no1dead/HaloMasterMaster

공개 메소드들

메소드 설명
AppFileSystem ( IFileSystem fileSystem, IServerOptions serverOptions ) : System
TryGetDirectoryContents ( string subpath, IEnumerable &contents ) : bool
TryGetFileInfo ( string subpath, IFileInfo &fileInfo ) : bool

비공개 메소드들

메소드 설명
GenerateEnvironmentScript ( IServerOptions serverOptions ) : IFileInfo

메소드 상세

AppFileSystem() 공개 메소드

public AppFileSystem ( IFileSystem fileSystem, IServerOptions serverOptions ) : System
fileSystem IFileSystem
serverOptions IServerOptions
리턴 System

TryGetDirectoryContents() 공개 메소드

public TryGetDirectoryContents ( string subpath, IEnumerable &contents ) : bool
subpath string
contents IEnumerable
리턴 bool

TryGetFileInfo() 공개 메소드

public TryGetFileInfo ( string subpath, IFileInfo &fileInfo ) : bool
subpath string
fileInfo IFileInfo
리턴 bool