C# Class SICore.PlatformSpecific.CoreManager

Логика, различающаяся на разных платформах
Afficher le fichier Open project: CrafterKolyan/SI-Remastered Class Usage Examples

Méthodes publiques

Méthode Description
FileExists ( string filePath ) : bool
GetData ( string filename ) : byte[]
GetFile ( string filePath ) : Stream

Méthodes protégées

Méthode Description
CoreManager ( ) : System.IO

Method Details

CoreManager() protected méthode

protected CoreManager ( ) : System.IO
Résultat System.IO

FileExists() public abstract méthode

public abstract FileExists ( string filePath ) : bool
filePath string
Résultat bool

GetData() public abstract méthode

public abstract GetData ( string filename ) : byte[]
filename string
Résultat byte[]

GetFile() public abstract méthode

public abstract GetFile ( string filePath ) : Stream
filePath string
Résultat Stream