Class LaunchSettings
Contains the settings for the launch manager.
Inheritance
System.Object
LaunchSettings
Namespace: Phoenix.Applications.Launch
Assembly: Phoenix.Plugin.AppLaunch.dll
Syntax
[Serializable]
public class LaunchSettings : SettingsCategoryBase
Constructors
View SourceLaunchSettings()
Initializes a new instance of the LaunchSettings class.
Declaration
public LaunchSettings()
Properties
View SourceConfigurationPaths
Gets or sets the collection of historical configuration paths.
Declaration
public SerializableCollection<string> ConfigurationPaths { get; set; }
Property Value
Type | Description |
---|---|
SerializableCollection<System.String> |
Methods
View SourceSave()
Saves the current settings.
Declaration
public void Save()