Show / Hide Table of Contents

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 Source

LaunchSettings()

Initializes a new instance of the LaunchSettings class.

Declaration
public LaunchSettings()

Properties

View Source

ConfigurationPaths

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 Source

Save()

Saves the current settings.

Declaration
public void Save()
  • View Source
In This Article
Back to top Generated by DocFX