| IFiddlerPreferences Methods |
The IFiddlerPreferences type exposes the following members.
| Name | Description | |
|---|---|---|
| AddWatcher |
Add a Watcher that will be notified when a value has changed within the specified prefix.
| |
| GetBoolPref |
Get a preference's value as a boolean
| |
| GetInt32Pref |
Gets a preference's value as a 32-bit integer
| |
| GetStringPref |
Gets a preference's value as a string
| |
| RemovePref |
Removes a named preference from storage
| |
| RemoveWatcher |
Removes a previously-created preference Watcher from the notification queue
| |
| SetBoolPref |
Store a boolean value for a preference
| |
| SetInt32Pref |
Store an Int32 value for a preference
| |
| SetStringPref |
Store a string value for a preference
|