Метод | Описание | |
---|---|---|
GetDefaultSearchStrategy ( ) : ISearchStrategy | ||
GetFile ( string path ) : IEnumerable |
||
GetFirstFile ( string path ) : |
||
GetRoot ( ) : |
||
GetSearchStrategies ( ) : List |
||
GetSectorStatus ( ulong sectorNum ) : SectorStatus | ||
HasFileSystem ( IFileSystemStore store ) : bool | ||
TryLoad ( IFileSystemStore store ) : IFileSystem |
Метод | Описание | |
---|---|---|
GetChanceOfRecovery ( |
public GetDefaultSearchStrategy ( ) : ISearchStrategy | ||
Результат | ISearchStrategy |
public GetFile ( string path ) : IEnumerable |
||
path | string | |
Результат | IEnumerable |
public GetFirstFile ( string path ) : |
||
path | string | |
Результат |
public abstract GetRoot ( ) : |
||
Результат |
public abstract GetSearchStrategies ( ) : List |
||
Результат | List |
public GetSectorStatus ( ulong sectorNum ) : SectorStatus | ||
sectorNum | ulong | |
Результат | SectorStatus |
public static HasFileSystem ( IFileSystemStore store ) : bool | ||
store | IFileSystemStore | |
Результат | bool |
public static TryLoad ( IFileSystemStore store ) : IFileSystem | ||
store | IFileSystemStore | |
Результат | IFileSystem |