C# Класс SMAdminTools.Classes.IniFile

Показать файл Открыть проект

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

Метод Описание
Flush ( ) : void
GetValue ( string SectionName, string Key, bool DefaultValue ) : bool
GetValue ( string SectionName, string Key, byte DefaultValue ) : byte[]
GetValue ( string SectionName, string Key, double DefaultValue ) : double
GetValue ( string SectionName, string Key, int DefaultValue ) : int
GetValue ( string SectionName, string Key, string DefaultValue ) : string
IniFile ( string FileName ) : System
IniFile ( string FileName, bool Lazy ) : System
Refresh ( ) : void
SetValue ( string SectionName, string Key, bool Value ) : void
SetValue ( string SectionName, string Key, byte Value ) : void
SetValue ( string SectionName, string Key, double Value ) : void
SetValue ( string SectionName, string Key, int Value ) : void
SetValue ( string SectionName, string Key, string Value ) : void

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

Метод Описание
DecodeByteArray ( string Value ) : byte[]
EncodeByteArray ( byte Value ) : string
Initialize ( string FileName, bool Lazy ) : void

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

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

public Flush ( ) : void
Результат void

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

public GetValue ( string SectionName, string Key, bool DefaultValue ) : bool
SectionName string
Key string
DefaultValue bool
Результат bool

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

public GetValue ( string SectionName, string Key, byte DefaultValue ) : byte[]
SectionName string
Key string
DefaultValue byte
Результат byte[]

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

public GetValue ( string SectionName, string Key, double DefaultValue ) : double
SectionName string
Key string
DefaultValue double
Результат double

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

public GetValue ( string SectionName, string Key, int DefaultValue ) : int
SectionName string
Key string
DefaultValue int
Результат int

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

public GetValue ( string SectionName, string Key, string DefaultValue ) : string
SectionName string
Key string
DefaultValue string
Результат string

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

public IniFile ( string FileName ) : System
FileName string
Результат System

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

public IniFile ( string FileName, bool Lazy ) : System
FileName string
Lazy bool
Результат System

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

public Refresh ( ) : void
Результат void

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

public SetValue ( string SectionName, string Key, bool Value ) : void
SectionName string
Key string
Value bool
Результат void

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

public SetValue ( string SectionName, string Key, byte Value ) : void
SectionName string
Key string
Value byte
Результат void

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

public SetValue ( string SectionName, string Key, double Value ) : void
SectionName string
Key string
Value double
Результат void

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

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

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

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