C# Class Minerva.IniReader

Afficher le fichier Open project: programmerzlp/Minerva Class Usage Examples

Méthodes publiques

Méthode Description
Flush ( ) : void
GetValue ( string section, string key, bool defaultValue ) : bool
GetValue ( string section, string key, Array defaultValue ) : byte[]
GetValue ( string section, string key, double defaultValue ) : double
GetValue ( string section, string key, int defaultValue ) : int
GetValue ( string section, string key, string defaultValue ) : string
IniReader ( string filename, bool lazy = false ) : System
Refresh ( ) : void

Private Methods

Méthode Description
DecodeByteArray ( string value ) : byte[]
EncodeByteArray ( Array value ) : string

Method Details

Flush() public méthode

public Flush ( ) : void
Résultat void

GetValue() public méthode

public GetValue ( string section, string key, bool defaultValue ) : bool
section string
key string
defaultValue bool
Résultat bool

GetValue() public méthode

public GetValue ( string section, string key, Array defaultValue ) : byte[]
section string
key string
defaultValue Array
Résultat byte[]

GetValue() public méthode

public GetValue ( string section, string key, double defaultValue ) : double
section string
key string
defaultValue double
Résultat double

GetValue() public méthode

public GetValue ( string section, string key, int defaultValue ) : int
section string
key string
defaultValue int
Résultat int

GetValue() public méthode

public GetValue ( string section, string key, string defaultValue ) : string
section string
key string
defaultValue string
Résultat string

IniReader() public méthode

public IniReader ( string filename, bool lazy = false ) : System
filename string
lazy bool
Résultat System

Refresh() public méthode

public Refresh ( ) : void
Résultat void