C# 클래스 AniDBmini.ConfigFile

파일 보기 프로젝트 열기: ahodesuka/AniDBmini

공개 프로퍼티들

프로퍼티 타입 설명
Default string>.Dictionary

공개 메소드들

메소드 설명
Read ( string Key ) : ConfigValue

Read data value from the ini file

Write ( string Key, string Value ) : void

Write data to the ini file

비공개 메소드들

메소드 설명
CheckDefaultConfig ( ) : void

Check if the config file exists, or if it is emtpy. If either, create a config file w/defaults.

메소드 상세

Read() 공개 정적인 메소드

Read data value from the ini file
public static Read ( string Key ) : ConfigValue
Key string
리턴 ConfigValue

Write() 공개 정적인 메소드

Write data to the ini file
public static Write ( string Key, string Value ) : void
Key string
Value string
리턴 void

프로퍼티 상세

Default 공개적으로 정적으로 프로퍼티

public static Dictionary Default
리턴 string>.Dictionary