IniFile Class |
Namespace: VIZCore3D.NET.Utility
public class IniFile : IEnumerable<KeyValuePair<string, IniSection>>, IEnumerable, IDictionary<string, IniSection>, ICollection<KeyValuePair<string, IniSection>>
The IniFile type exposes the following members.
| Name | Description | |
|---|---|---|
| IniFile |
Construction
| |
| IniFile(IEqualityComparerString) |
Ini File
|
| Name | Description | |
|---|---|---|
| Add(String, Boolean) |
Add
| |
| Add(String, IniSection) |
Add
| |
| Add(String, DictionaryString, IniValue, Boolean) |
Add
| |
| Clear |
Clear
| |
| ContainsSection |
Contains Section
| |
| GetContents |
Get Contents
| |
| GetEnumerator |
Get Enumerator
| |
| Load(Stream, Boolean) |
Load
| |
| Load(StreamReader, Boolean) |
Load
| |
| Load(String, Boolean) |
Load
| |
| Remove |
Remove
| |
| Save(Stream) |
Save
| |
| Save(StreamWriter) |
Save
| |
| Save(String, FileMode) |
Save
| |
| SaveSection |
Save Section
| |
| TryGetSection |
Try Get Section
|
| Name | Description | |
|---|---|---|
| DefaultComparer |
Default Comparer
| |
| SaveEmptySections |
Save Empty Sections
| |
| StringComparer |
String Comparer
|