Legend Class Struct Enum Interface Delegate | Constructor Method Property Event Field |
| Class: RT.Serialization.Settings.SettingsFileXml<TSettings>Generic type parameters| TSettings | This type parameter is not documented. |
Constructors | This member is not documented. | | This member is not documented. |
Instance methods| string | |
Combines the directory containing this settings file with the specified path segments. Use this method to
reference additional files relative to the settings directory with correct support for portable mode marker file. | | bool | Save(bool? throwOnError = null) |
Saves the settings object SettingsFile<TSettings>.Settings to the settings file. | | bool | Save(string filename, bool? throwOnError = null) | | void | |
Saves settings on a background thread after a short delay. See Remarks. |
|