Ini
|
The IniSettingsBase type exposes the following members.
Name | Description | |
---|---|---|
Culture |
Gets or sets the CultureInfo to use for the conversion of setting values to and from String.
(Inherited from SettingsBase) |
|
IniFile | Gets or sets reference to working INI file. | |
Item |
Gets or sets the value of the specified field or property.
(Inherited from SettingsBase) |
|
MemberAccessBindingFlags |
Gets or sets BindingFlags used to access fields and properties of derived class.
(Inherited from SettingsBase) |
|
RequireSerializeSettingAttribute |
Gets or sets flag that determines if SerializeSettingAttribute is
required to exist before a field or property is serialized to the configuration
file; defaults to False.
(Inherited from SettingsBase) |
|
SectionName | Gets or sets default name of section used to access settings in INI file. | |
UseCategoryAttributes | Gets or sets value that determines whether a CategoryAttribute applied to a field or property will be used for the section name. |