Show / Hide Table of Contents

Class FlagParam

A flag parameter.

Inheritance
System.Object
BaseLaunchParam
FlagParam
Implements
ILaunchParameter
Inherited Members
BaseLaunchParam.SupportedDevices
BaseLaunchParam.SupportsXbox
BaseLaunchParam.SupportsWindows
BaseLaunchParam.ShouldSerializeCommandLine()
BaseLaunchParam.GetSupportedDeviceTypes()
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.Controls.AutoGeneratedUI.LaunchParameters
Assembly: Phoenix.Controls.LaunchParameters.dll
Syntax
public class FlagParam : BaseLaunchParam, ILaunchParameter

Constructors

View Source

FlagParam()

Initializes a new instance of the FlagParam class.

Declaration
public FlagParam()
View Source

FlagParam(String, String)

Initializes a new instance of the FlagParam class.

Declaration
public FlagParam(string factoryName, string name)
Parameters
Type Name Description
System.String factoryName

The factory name.

System.String name

The parameter name.

View Source

FlagParam(String, String, String)

Initializes a new instance of the FlagParam class.

Declaration
public FlagParam(string factoryName, string name, string commandLine)
Parameters
Type Name Description
System.String factoryName

The factory name.

System.String name

The parameter name.

System.String commandLine

The command line to use.

Properties

View Source

CommandLine

Gets or sets the command line for the parameter.

Declaration
public override string CommandLine { get; set; }
Property Value
Type Description
System.String
Overrides
BaseLaunchParam.CommandLine
View Source

FactoryName

Gets or sets the factory name for the parameter.

Declaration
public override string FactoryName { get; set; }
Property Value
Type Description
System.String
Overrides
BaseLaunchParam.FactoryName
View Source

Name

Gets or sets the name of the parameter.

Declaration
public override string Name { get; set; }
Property Value
Type Description
System.String
Overrides
BaseLaunchParam.Name

Methods

View Source

Configure(IDevice, IApplication, LaunchConfiguration)

Configures a new launch for the parameter.

Declaration
public override LaunchParameterDeviceConfiguration Configure(IDevice device, IApplication application, LaunchConfiguration config)
Parameters
Type Name Description
IDevice device

The target device.

IApplication application

The target application (on the device specified).

LaunchConfiguration config

The launch configuration.

Returns
Type Description
LaunchParameterDeviceConfiguration

A new launch parameter configuration for this parameter.

Overrides
BaseLaunchParam.Configure(IDevice, IApplication, LaunchConfiguration)

Implements

ILaunchParameter
  • View Source
In This Article
Back to top Generated by DocFX