Method | Description | |
---|---|---|
GetDefaultSearchStrategy ( ) : ISearchStrategy | ||
GetFile ( string path ) : IEnumerable |
||
GetFirstFile ( string path ) : |
||
GetRoot ( ) : |
||
GetSearchStrategies ( ) : List |
||
GetSectorStatus ( ulong sectorNum ) : SectorStatus | ||
HasFileSystem ( IFileSystemStore store ) : bool | ||
TryLoad ( IFileSystemStore store ) : IFileSystem |
Method | Description | |
---|---|---|
GetChanceOfRecovery ( |
public GetDefaultSearchStrategy ( ) : ISearchStrategy | ||
return | ISearchStrategy |
public GetFirstFile ( string path ) : |
||
path | string | |
return |
public abstract GetSearchStrategies ( ) : List |
||
return | List |
public GetSectorStatus ( ulong sectorNum ) : SectorStatus | ||
sectorNum | ulong | |
return | SectorStatus |
public static HasFileSystem ( IFileSystemStore store ) : bool | ||
store | IFileSystemStore | |
return | bool |
public static TryLoad ( IFileSystemStore store ) : IFileSystem | ||
store | IFileSystemStore | |
return | IFileSystem |