Settings Methods

Galv Coil Eye Label OCR

Settings Methods

The Settings type exposes the following members.

Methods


  Name Description
Public method Equals(System.Object)
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public method GetPreviousVersion(System.String)
Returns the value of the named settings property for the previous version of the same application.
(Inherited from ApplicationSettingsBase.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method Initialize(System.Configuration.SettingsContext,System.Configuration.SettingsPropertyCollection,System.Configuration.SettingsProviderCollection)
Initializes internal properties used by SettingsBase object.
(Inherited from SettingsBase.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected method OnPropertyChanged(System.Object,System.ComponentModel.PropertyChangedEventArgs)
Raises the PropertyChanged event.
(Inherited from ApplicationSettingsBase.)
Protected method OnSettingChanging(System.Object,System.Configuration.SettingChangingEventArgs)
Raises the SettingChanging event.
(Inherited from ApplicationSettingsBase.)
Protected method OnSettingsLoaded(System.Object,System.Configuration.SettingsLoadedEventArgs)
Raises the SettingsLoaded event.
(Inherited from ApplicationSettingsBase.)
Protected method OnSettingsSaving(System.Object,System.ComponentModel.CancelEventArgs)
Raises the SettingsSaving event.
(Inherited from ApplicationSettingsBase.)
Public method Reload
Refreshes the application settings property values from persistent storage.
(Inherited from ApplicationSettingsBase.)
Public method Reset
Restores the persisted application settings values to their corresponding default properties.
(Inherited from ApplicationSettingsBase.)
Public method Save
Stores the current values of the application settings properties.
(Inherited from ApplicationSettingsBase.)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Public method Upgrade
Updates application settings to reflect a more recent installation of the application.
(Inherited from ApplicationSettingsBase.)