C# Класс HaloOnline.Server.App.AppFileSystem

Наследование: IFileSystem
Показать файл Открыть проект

Открытые методы

Метод Описание
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