C# Класс IniFile.IniSection, mCleaner

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

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

Метод Описание
AddKey ( string sKey ) : IniKey
GetKey ( string sKey ) : IniKey
GetName ( ) : string
RemoveAllKeys ( ) : bool
RemoveKey ( IniKey Key ) : bool
RemoveKey ( string sKey ) : bool
SetName ( string sSection ) : bool

Защищенные методы

Метод Описание
IniSection ( IniFile parent, string sSection ) : System

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

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

public AddKey ( string sKey ) : IniKey
sKey string
Результат IniKey

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

public GetKey ( string sKey ) : IniKey
sKey string
Результат IniKey

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

public GetName ( ) : string
Результат string

IniSection() защищенный Метод

protected IniSection ( IniFile parent, string sSection ) : System
parent IniFile
sSection string
Результат System

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

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

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

public RemoveKey ( IniKey Key ) : bool
Key IniKey
Результат bool

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

public RemoveKey ( string sKey ) : bool
sKey string
Результат bool

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

public SetName ( string sSection ) : bool
sSection string
Результат bool