This is the complete list of members for Settings, including all inherited members.
| AddSection(string section) | Settings | |
| GetBool(string section, string property) | Settings | |
| GetInteger(string section, string property) | Settings | |
| GetNumber(string section, string property) | Settings | |
| GetPropertyCount(string section) | Settings | |
| GetSectionCount() | Settings | |
| GetString(string section, string property) | Settings | |
| Load(string filename) | Settings | |
| PropertyExists(string section, string property) | Settings | |
| RemoveProperty(string section, string property) | Settings | |
| RemoveSection(string section) | Settings | |
| Save() | Settings | |
| Save(string filename) | Settings | |
| SectionExists(string section) | Settings | |
| SetBool(string section, string property, boolean value) | Settings | |
| SetFilename(string filename) | Settings | |
| SetInteger(string section, string property, integer value) | Settings | |
| SetNumber(string section, string property, number value) | Settings | |
| SetString(string section, string property, string value) | Settings |