C# Class AniDBmini.ConfigFile

Afficher le fichier Open project: ahodesuka/AniDBmini

Méthodes publiques

Свойство Type Description
Default string>.Dictionary

Méthodes publiques

Méthode Description
Read ( string Key ) : ConfigValue

Read data value from the ini file

Write ( string Key, string Value ) : void

Write data to the ini file

Private Methods

Méthode Description
CheckDefaultConfig ( ) : void

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

Method Details

Read() public static méthode

Read data value from the ini file
public static Read ( string Key ) : ConfigValue
Key string
Résultat ConfigValue

Write() public static méthode

Write data to the ini file
public static Write ( string Key, string Value ) : void
Key string
Value string
Résultat void

Property Details

Default public_oe static_oe property

public static Dictionary Default
Résultat string>.Dictionary