Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Sealed class: RT.Util.SettingsAttribute

Summary

Describes the intended usage of a "settings" class to SettingsUtil methods.

Constructors

Creates an instance of this attribute.

Instance methods

string Returns the full path and file name that should be used to store the settings class marked with this attribute. Note that the return value may change depending on external factors (see remarks). The recommended approach is to load settings once, and then save them whenever necessary to whichever path is returned by this function. (see also remarks)

Instance properties

string The name of the settings file is formed from this SettingsAttribute.AppName according to certain rules. This should normally be a string equal to the name of the application. Paths and extensions should be omitted.
SettingsKindSpecifies what the settings in this settings class are logically "attached" to.
SettingsSerializerSpecifies which serializer is used to read/write the settings file.