Preferences.this
this
(PreferencesRoot root, string vendor, string application)Creates a new preferences object with the specified root location.
Parameters
root | Root location (USER or SYSTEM) |
vendor | Vendor/company name |
application | Application name |
this
(string path, string vendor, string application)Creates a new preferences object with a custom file path.
Parameters
path | Custom path for preferences file |
vendor | Vendor/company name |
application | Application name |
this
(Preferences parent, string group)Creates a child preferences group.
Parameters
parent | Parent preferences object |
group | Group name |