C# Class NIST.DMC.FormatManagerFactory

Afficher le fichier Open project: usnistgov/DT4SM

Méthodes publiques

Méthode Description
GetInstance ( string file ) : FormatManager

Factory that creates the right FormatManager instance based on a file's extension

Method Details

GetInstance() public static méthode

Factory that creates the right FormatManager instance based on a file's extension
public static GetInstance ( string file ) : FormatManager
file string Path to the file for which a FormatManager is required
Résultat FormatManager