Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Enum: RT.Util.SettingsKind

Summary

Determines what the settings in the settings file are logically "attached" to.

Enum values

3 These settings are intended to be global, with constraints imposed by reality. In normal mode: shared among all user accounts, and do not roam. In portable mode: always shared; user account and machine name do not matter.
0 These settings are specific to a particular computer. In normal mode: shared among all user accounts, and do not roam. In portable mode: separate settings stored for every machine name; user account doesn't matter.
2 These settings are specific to a particular combination of user and machine. In normal mode: separate settings for each user account on each machine; will not roam. In portable mode: separate settings stored for every machine name; user account doesn't matter.
1 These settings are specific to a particular user. In normal mode: separate settings for each user account; will roam to other machines if roaming is configured. In portable mode: always shared; user account and machine name do not matter.