C# 클래스 irek.Configuration.Config

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

공개 메소드들

메소드 설명
Config ( string configfile ) : System

Initializes a new instance of the Config class.

Get ( string key ) : string

Gets the specified key.

Set ( string key, string val ) : void

Sets the specified key.

메소드 상세

Config() 공개 메소드

Initializes a new instance of the Config class.
public Config ( string configfile ) : System
configfile string The configfile.
리턴 System

Get() 공개 메소드

Gets the specified key.
public Get ( string key ) : string
key string The key.
리턴 string

Set() 공개 메소드

Sets the specified key.
public Set ( string key, string val ) : void
key string The key.
val string The val.
리턴 void