|
| bool | Load (string fileName) |
| |
| bool | Load (string fileName, Encoding encoding) |
| |
| bool | Parse (string content) |
| |
| Dictionary< string, string > | Add (string section) |
| |
| Dictionary< string, string > | Add (string section, string key, string value) |
| |
| new string | ToString () |
| |
◆ Add() [1/2]
| Dictionary<string, string> Energy.Base.Ini.IniFile.Add |
( |
string |
section | ) |
|
◆ Add() [2/2]
| Dictionary<string, string> Energy.Base.Ini.IniFile.Add |
( |
string |
section, |
|
|
string |
key, |
|
|
string |
value |
|
) |
| |
◆ Load() [1/2]
| bool Energy.Base.Ini.IniFile.Load |
( |
string |
fileName | ) |
|
◆ Load() [2/2]
| bool Energy.Base.Ini.IniFile.Load |
( |
string |
fileName, |
|
|
Encoding |
encoding |
|
) |
| |
◆ Parse()
| bool Energy.Base.Ini.IniFile.Parse |
( |
string |
content | ) |
|
◆ ToString()
| new string Energy.Base.Ini.IniFile.ToString |
( |
| ) |
|
◆ AllowEmptySection
| bool Energy.Base.Ini.IniFile.AllowEmptySection = true |
◆ CommentCharacters
| string [] Energy.Base.Ini.IniFile.CommentCharacters = new string[] { ";" } |
◆ IgnoreWhiteSpace
| bool Energy.Base.Ini.IniFile.IgnoreWhiteSpace = true |
◆ KeyValueSeparators
| string [] Energy.Base.Ini.IniFile.KeyValueSeparators = new string[] { "=" } |
◆ SectionBrackets
| string [] Energy.Base.Ini.IniFile.SectionBrackets = new string[] { "[]" } |
◆ CaseSensitive
| bool Energy.Base.Ini.IniFile.CaseSensitive |
|
getset |
The documentation for this class was generated from the following file: