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

BuildConfigurationsKey

Build Configurations Key

ConfigurationsKey

Configurations Key

CurrentDirKey

Current Directory Key

DebugEngineKey

Debug engine key

DebugTypeKey

Debug Type key

DefaultsKey

Defaults Key

EnvKey

Environment Key

InheritEnvironmentsKey

Inherit Environments Key

LaunchJsonFileName

Launch json file name

LaunchJsonVersion

Launch Json version Value

ManagedOptionKey

Native option key

NameKey

Name key

NativeOptionKey

Native option key

NoDebugKey

No Debug 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.

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