C# 클래스 CodeTV.INIReader

파일 보기 프로젝트 열기: dgis/CodeTV 1 사용 예제들

공개 메소드들

메소드 설명
GetEntry ( string section, string entryKey ) : string
GetEntry ( string section, string entryKey, string defaultValue ) : string
INIReader ( StreamReader streamReader ) : System

메소드 상세

GetEntry() 공개 메소드

public GetEntry ( string section, string entryKey ) : string
section string
entryKey string
리턴 string

GetEntry() 공개 메소드

public GetEntry ( string section, string entryKey, string defaultValue ) : string
section string
entryKey string
defaultValue string
리턴 string

INIReader() 공개 메소드

public INIReader ( StreamReader streamReader ) : System
streamReader StreamReader
리턴 System