Assembly: System;
The ISysSettings interface contains properties and methods of the SysSettings class object.
ISysSettings
Property name | Brief description | |
CriticalLock | The CriticalLock property locks the current object instance that is used to edit the settings file. | |
Location | The Location property returns location of the settings.xml settings file. | |
Root | The Root property returns parameters of the Root element from the settings file. |
Method name | Brief description | |
Commit | The Commit method saves changes in the settings file. | |
Refresh | The Refresh method refreshes information about the current instance of the object by loading available changes from the settings file. |
See also: