C# Class HaloOnline.Server.App.AppFileSystem

Inheritance: IFileSystem
ファイルを表示 Open project: no1dead/HaloMasterMaster

Public Methods

Method Description
AppFileSystem ( IFileSystem fileSystem, IServerOptions serverOptions ) : System
TryGetDirectoryContents ( string subpath, IEnumerable &contents ) : bool
TryGetFileInfo ( string subpath, IFileInfo &fileInfo ) : bool

Private Methods

Method Description
GenerateEnvironmentScript ( IServerOptions serverOptions ) : IFileInfo

Method Details

AppFileSystem() public method

public AppFileSystem ( IFileSystem fileSystem, IServerOptions serverOptions ) : System
fileSystem IFileSystem
serverOptions IServerOptions
return System

TryGetDirectoryContents() public method

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

TryGetFileInfo() public method

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