C# Class BINS, Holdout

Afficher le fichier Open project: MaddJhin/Holdout Class Usage Examples

Méthodes publiques

Méthode Description
CreateFolder ( string path ) : void
FileExist ( string filePath ) : bool
Load ( string filePath ) : object
Load ( string folder, string fileName ) : object
Save ( object obj, string filePath ) : void
Save ( object obj, string folder, string fileName ) : void

Method Details

CreateFolder() public static méthode

public static CreateFolder ( string path ) : void
path string
Résultat void

FileExist() public static méthode

public static FileExist ( string filePath ) : bool
filePath string
Résultat bool

Load() public static méthode

public static Load ( string filePath ) : object
filePath string
Résultat object

Load() public static méthode

public static Load ( string folder, string fileName ) : object
folder string
fileName string
Résultat object

Save() public static méthode

public static Save ( object obj, string filePath ) : void
obj object
filePath string
Résultat void

Save() public static méthode

public static Save ( object obj, string folder, string fileName ) : void
obj object
folder string
fileName string
Résultat void