C# 클래스 Net.XpFramework.Runner.Ini

파일 보기 프로젝트 열기: xp-framework/xp-runners 1 사용 예제들

공개 메소드들

메소드 설명
Exists ( ) : bool
Get ( string section, string key ) : string
Get ( string section, string key, string defaultValue ) : string
GetAll ( string section, string key ) : IEnumerable
GetAll ( string section, string key, IEnumerable defaultValue ) : IEnumerable
Ini ( string file ) : System
Keys ( string section ) : IEnumerable
Keys ( string section, IEnumerable defaultValue ) : IEnumerable
Parse ( bool reset ) : void

메소드 상세

Exists() 공개 메소드

public Exists ( ) : bool
리턴 bool

Get() 공개 메소드

public Get ( string section, string key ) : string
section string
key string
리턴 string

Get() 공개 메소드

public Get ( string section, string key, string defaultValue ) : string
section string
key string
defaultValue string
리턴 string

GetAll() 공개 메소드

public GetAll ( string section, string key ) : IEnumerable
section string
key string
리턴 IEnumerable

GetAll() 공개 메소드

public GetAll ( string section, string key, IEnumerable defaultValue ) : IEnumerable
section string
key string
defaultValue IEnumerable
리턴 IEnumerable

Ini() 공개 메소드

public Ini ( string file ) : System
file string
리턴 System

Keys() 공개 메소드

public Keys ( string section ) : IEnumerable
section string
리턴 IEnumerable

Keys() 공개 메소드

public Keys ( string section, IEnumerable defaultValue ) : IEnumerable
section string
defaultValue IEnumerable
리턴 IEnumerable

Parse() 공개 메소드

public Parse ( bool reset ) : void
reset bool
리턴 void