C# Класс OpenQA.Selenium.Firefox.Internal.IniFileReader

Parses and reads an INI file.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetValue ( string sectionName, string valueName ) : string

Gets a value from the .INI file.

IniFileReader ( string fileName ) : System

Initializes a new instance of the IniFileReader class.

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

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

Gets a value from the .INI file.
public GetValue ( string sectionName, string valueName ) : string
sectionName string The section in which to find the key-value pair.
valueName string The key of the key-value pair.
Результат string

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

Initializes a new instance of the IniFileReader class.
public IniFileReader ( string fileName ) : System
fileName string The full path to the .INI file to be read.
Результат System