C# 클래스 NIST.DMC.FormatManagerFactory

파일 보기 프로젝트 열기: usnistgov/DT4SM

공개 메소드들

메소드 설명
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