Share via


LaunchConfigurationConstants Class

Definition

Launch Configuration Constants

public ref class LaunchConfigurationConstants abstract sealed
public ref class LaunchConfigurationConstants abstract sealed
class LaunchConfigurationConstants abstract sealed
public static class LaunchConfigurationConstants
type LaunchConfigurationConstants = class
Public Class LaunchConfigurationConstants
Inheritance
LaunchConfigurationConstants

Fields

ArgsKey

Arguments Key

BuildConfigurationKey

Build Configuration Key.

BuildConfigurationsKey

Build Configurations Key

ConfigurationKey

Build configuration configuration Key.

ConfigurationsKey

Configurations Key

CoreClrOptionKey

CoreCLR option key.

CurrentDirKey

Current Directory Key

DebugEngineKey

Debug engine key

DebugTypeKey

Debug Type key

DefaultsKey

Defaults Key

DeployTemplateSettingsKey

Json element name for Deploy templates settings.

DeployTypeKey

Deploy Type Key.

EnvKey

Environment Key

HideDebugConfigurations

Hide the Default Configurations Dropdown Key.

InheritEnvironmentsKey

Inherit Environments Key

IsDefaultConfigurationKey

Is default configuration key

LaunchJsonFileName

Launch json file name

LaunchJsonVersion

Launch Json version Value

ManagedOptionKey

Managed option key

NameKey

Name key

NativeOptionKey

Native option key

NoDebugKey

No Debug key

PlatformKey

Build configuration platform Key.

PortNameKey

Port name key

ProgramKey

Program key

ProjectKey

Project Key

ProjectTargetKey

Project target Key

RemoteMachineKey

Remote machine key

StopOnEntryKey

Stop on entry option key

TargetKey

Target Key

TemplateCustomParameterExtendedSchemaRequiredKey

Custom parameter extended schema key specifying that template requires a non empty value for that parameter. A dedicated error is generated if the evaluated value for that parameter at runtime is null or empty.

TemplateCustomParameterExtendedSchemaValueKey

the value property when custom parameter is defined with extended schema. aka:

"Exe" : { "value" : "${debugInfo.target}", "required" : true }

TemplateCustomParametersKey

custom parameters definition section in debug template.

TemplateDebugEngineKey

Templates visual studio debugger engine guid.

TemplateDebugInfoDefaultsKey

section key name where templates can provide a default values for runtime evaluation properties.

TemplateDebugInfoGroupName

dedicated evaluation namespace for runtime launch configuration.

TemplateDefaultPropertiesKey

section key name where templates can provide a default set of key values for runtime evaluation properties.

TemplateDescription

Template description key.

TemplateDisplayName

Template display name key.

TemplateFilePatterns

Priority of the template.

TemplateInitialConfiguration

The initial content to add to launch.vs.json when creating a new launch entry from the selected template.

TemplatePriority

Priority of the template.

TemplateSchemaKey

Json schema

TemplateSelectorIdKey

Unique identifier for a extension template.

TemplateSelectorsKey

JSon element that contains the array for templates for the given debugger. all of these will be displayed in Select debugger dialog.

TemplateSettingsKey

Json element name for settings based debugger templates.

TypeKey

Type Key

VersionKey

Defaults Key

Applies to