ExecutableLaunchConfiguration Properties
ClassProperties2 members
Base properties shared by all launch configurations handed to an IDE or extension host.
Gets or sets the launch mode, one of the values on
ExecutableLaunchMode. public string Mode { get; set; }Remarks
Defaults to
ExecutableLaunchMode.Debug when a debugger is attached to the AppHost and ExecutableLaunchMode.NoDebug otherwise. The mode requested by the IDE for the current debug session is passed to the producer callback of ResourceBuilderExtensions.WithDebugSupport. Gets or sets the launch configuration type identifier.
public string Type { get; set; }