Preferences.this

this(PreferencesRoot root, string vendor, string application)

Creates a new preferences object with the specified root location.

Parameters

rootRoot location (USER or SYSTEM)
vendorVendor/company name
applicationApplication name
this(string path, string vendor, string application)

Creates a new preferences object with a custom file path.

Parameters

pathCustom path for preferences file
vendorVendor/company name
applicationApplication name
this(Preferences parent, string group)

Creates a child preferences group.

Parameters

parentParent preferences object
groupGroup name