C# Класс FOMonitor.IniReader

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

Private Properties

Свойство Тип Описание
GetPrivateProfileString int
WritePrivateProfileString long

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

Метод Описание
IniReadInt ( string Section, string Key ) : int
IniReadValue ( string Section, string Key ) : string
IniReader ( string INIPath ) : System
IniWriteInt ( string Section, string Key, int Value ) : void
IniWriteValue ( string Section, string Key, string Value ) : void

Приватные методы

Метод Описание
GetPrivateProfileString ( string section, string key, string def, StringBuilder retVal, int size, string filePath ) : int
WritePrivateProfileString ( string section, string key, string val, string filePath ) : long

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

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

public IniReadInt ( string Section, string Key ) : int
Section string
Key string
Результат int

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

public IniReadValue ( string Section, string Key ) : string
Section string
Key string
Результат string

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

public IniReader ( string INIPath ) : System
INIPath string
Результат System

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

public IniWriteInt ( string Section, string Key, int Value ) : void
Section string
Key string
Value int
Результат void

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

public IniWriteValue ( string Section, string Key, string Value ) : void
Section string
Key string
Value string
Результат void