C# Class Net.XpFramework.Runner.Ini

Afficher le fichier Open project: xp-framework/xp-runners Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

Exists() public méthode

public Exists ( ) : bool
Résultat bool

Get() public méthode

public Get ( string section, string key ) : string
section string
key string
Résultat string

Get() public méthode

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

GetAll() public méthode

public GetAll ( string section, string key ) : IEnumerable
section string
key string
Résultat IEnumerable

GetAll() public méthode

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

Ini() public méthode

public Ini ( string file ) : System
file string
Résultat System

Keys() public méthode

public Keys ( string section ) : IEnumerable
section string
Résultat IEnumerable

Keys() public méthode

public Keys ( string section, IEnumerable defaultValue ) : IEnumerable
section string
defaultValue IEnumerable
Résultat IEnumerable

Parse() public méthode

public Parse ( bool reset ) : void
reset bool
Résultat void