C# Класс Net.XpFramework.Runner.Ini

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

Exists() публичный Метод

public Exists ( ) : bool
Результат bool

Get() публичный Метод

public Get ( string section, string key ) : string
section string
key string
Результат string

Get() публичный Метод

public Get ( string section, string key, string defaultValue ) : string
section string
key string
defaultValue string
Результат string

GetAll() публичный Метод

public GetAll ( string section, string key ) : IEnumerable
section string
key string
Результат IEnumerable

GetAll() публичный Метод

public GetAll ( string section, string key, IEnumerable defaultValue ) : IEnumerable
section string
key string
defaultValue IEnumerable
Результат IEnumerable

Ini() публичный Метод

public Ini ( string file ) : System
file string
Результат System

Keys() публичный Метод

public Keys ( string section ) : IEnumerable
section string
Результат IEnumerable

Keys() публичный Метод

public Keys ( string section, IEnumerable defaultValue ) : IEnumerable
section string
defaultValue IEnumerable
Результат IEnumerable

Parse() публичный Метод

public Parse ( bool reset ) : void
reset bool
Результат void