C# 클래스 Default2Ini.Program

파일 보기 프로젝트 열기: TomasKulhanek/Physiovalues

공개 메소드들

메소드 설명
ReadIniFile ( String iniPath ) : string>.Dictionary

Opens the INI file at the given path and enumerates the values in the IniParser.

비공개 메소드들

메소드 설명
DefaultFile2IniFile ( string arg1, string arg2 ) : void
DsFile2DsFile ( string s, string s1 ) : void
DsFile2IniFile ( string arg1, string arg2 ) : void
Help ( ) : void
IniFile2ModelFile ( string inifile, string modelfile1, string modelfile2, string initType ) : void
IniFile2PhysioModelFile ( string inifile, string modelfile1, string modelfile2 ) : void
Main ( string args ) : void
WriteModel ( string mf1, string mf2, string>.Dictionary pairs, string initType, IConvertBehavior C ) : void

메소드 상세

ReadIniFile() 공개 정적인 메소드

Opens the INI file at the given path and enumerates the values in the IniParser.
public static ReadIniFile ( String iniPath ) : string>.Dictionary
iniPath String Full path to INI file.
리턴 string>.Dictionary