Show / Hide Table of Contents

Class LaunchConfiguration

The container for a launch configuration.

Inheritance
System.Object
LaunchConfiguration
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Phoenix.Applications.Launch
Assembly: Phoenix.Abstractions.Applications.dll
Syntax
public class LaunchConfiguration

Constructors

View Source

LaunchConfiguration()

Initializes a new instance of the LaunchConfiguration class

Declaration
public LaunchConfiguration()

Properties

View Source

CustomCommandLine

Gets or sets the custom command line for the configuration.

Declaration
public string CustomCommandLine { get; set; }
Property Value
Type Description
System.String
View Source

FilePath

Gets or sets the file path the configuration is saved at.

Declaration
public string FilePath { get; set; }
Property Value
Type Description
System.String
View Source

Name

Gets or sets the name of the configuration.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
View Source

Parameters

Gets the launch parameters for the configuration.

Declaration
public IList<ILaunchParameter> Parameters { get; }
Property Value
Type Description
System.Collections.Generic.IList<ILaunchParameter>
View Source

ReadOnly

Gets or sets a value indicating whether or not the configuration is read-only.

Declaration
public bool ReadOnly { get; set; }
Property Value
Type Description
System.Boolean
  • View Source
In This Article
Back to top Generated by DocFX