C# Class HaloOnline.Server.App.AppFileSystem

Inheritance: IFileSystem
Afficher le fichier Open project: no1dead/HaloMasterMaster

Méthodes publiques

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

Private Methods

Méthode Description
GenerateEnvironmentScript ( IServerOptions serverOptions ) : IFileInfo

Method Details

AppFileSystem() public méthode

public AppFileSystem ( IFileSystem fileSystem, IServerOptions serverOptions ) : System
fileSystem IFileSystem
serverOptions IServerOptions
Résultat System

TryGetDirectoryContents() public méthode

public TryGetDirectoryContents ( string subpath, IEnumerable &contents ) : bool
subpath string
contents IEnumerable
Résultat bool

TryGetFileInfo() public méthode

public TryGetFileInfo ( string subpath, IFileInfo &fileInfo ) : bool
subpath string
fileInfo IFileInfo
Résultat bool