C# 클래스 OpenQA.Selenium.Firefox.Internal.IniFileReader

Parses and reads an INI file.
파일 보기 프로젝트 열기: asynchrony/Selenium2 1 사용 예제들

공개 메소드들

메소드 설명
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