C# Класс NIST.DMC.FormatManagerFactory

Показать файл Открыть проект

Открытые методы

Метод Описание
GetInstance ( string file ) : FormatManager

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

Описание методов

GetInstance() публичный статический Метод

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
Результат FormatManager