LaunchProfile
Class sealed net10.0
Represents a launch profile for a
ProjectResource. namespace Aspire.Hosting;
public sealed class LaunchProfile{ // ...} 9 members
Constructors1
Section titled ConstructorsProperties8
Section titled PropertiesApplicationUrlget; setstring? Gets or sets the application URL for the launch profile.
CommandLineArgsget; setstring? Gets or sets the command line arguments for the launch profile.
CommandNameget; setstring? Gets or sets the name of the launch profile.
DotnetRunMessagesget; setbool? Gets or sets whether the project is configured to emit logs when running with dotnet run.
EnvironmentVariablesget; setDictionary<string, string> Gets or sets the environment variables for the launch profile.
ExecutablePathget; setstring? Gets or sets the executable path for the launch profile.
LaunchBrowserget; setbool? Gets or sets the launch browser flag for the launch profile.
LaunchUrlget; setstring? Gets or sets the launch URL for the launch profile.