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 SourceLaunchConfiguration()
Initializes a new instance of the LaunchConfiguration class
Declaration
public LaunchConfiguration()
Properties
View SourceCustomCommandLine
Gets or sets the custom command line for the configuration.
Declaration
public string CustomCommandLine { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FilePath
Gets or sets the file path the configuration is saved at.
Declaration
public string FilePath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Gets or sets the name of the configuration.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Parameters
Gets the launch parameters for the configuration.
Declaration
public IList<ILaunchParameter> Parameters { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<ILaunchParameter> |
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 |