ISysSettings

Assembly: System;

Description

The ISysSettings interface contains properties and methods of the SysSettings class object.

Inheritance Hierarchy

ISysSettings

Properties

  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.

Methods

  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:

System Assembly Interfaces