Partager via


LaunchProfile Class

Definition

Represents a launch profile for a ProjectResource.

public sealed class LaunchProfile
type LaunchProfile = class
Public NotInheritable Class LaunchProfile
Inheritance
LaunchProfile

Constructors

LaunchProfile()

Properties

ApplicationUrl

Gets or sets the application URL for the launch profile.

CommandLineArgs

Gets or sets the command line arguments for the launch profile.

CommandName

Gets or sets the name of the launch profile.

DotnetRunMessages

Gets or sets whether the project is configured to emit logs when running with dotnet run.

EnvironmentVariables

Gets or sets the environment variables for the launch profile.

LaunchBrowser

Gets or sets the launch browser flag for the launch profile.

LaunchUrl

Gets or sets the launch URL for the launch profile.

Applies to