Click or drag to resize

ConfigSet Class

Container for a collection of configurations.
Inheritance Hierarchy
SystemObject
  RAYLASE.SPICE3ConfigSet

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
public class ConfigSet : IConfig

The ConfigSet type exposes the following members.

Properties
 NameDescription
Public propertyConfigs The collection of configurations.
Top
Methods
 NameDescription
Public methodStatic memberLoad Loads a configuration set from the specified file.
Public methodSave Saves the configuration set to the specified file. If the specified file exists, this method overwrites it.
Top
Remarks
The configurations may be of any type which implements IConfig.
See Also