Show / Hide Table of Contents

Class LaunchConfigurationChangedInfo

Contains information about a newly added or removed launch configuration.

Inheritance
System.Object
LaunchConfigurationChangedInfo
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 LaunchConfigurationChangedInfo

Constructors

View Source

LaunchConfigurationChangedInfo(String)

Initializes a new instance of the LaunchConfigurationChangedInfo class.

Declaration
public LaunchConfigurationChangedInfo(string filepath)
Parameters
Type Name Description
System.String filepath

The configuration file path.

Properties

View Source

FilePath

Gets the configuration file path.

Declaration
public string FilePath { get; }
Property Value
Type Description
System.String
  • View Source
In This Article
Back to top Generated by DocFX