# LaunchProfile Constructors

- Package: [Aspire.Hosting](/reference/api/csharp/aspire.hosting.md)
- Type: [LaunchProfile](/reference/api/csharp/aspire.hosting/launchprofile.md)
- Kind: `Constructors`
- Members: `1`

Represents a launch profile for a [ProjectResource](/reference/api/csharp/aspire.hosting/projectresource.md).

## LaunchProfile

- Name: `Constructor`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/a3766e994fd2cba86c8ac60b8a80268cab7e6383/src/Aspire.Hosting/LaunchProfile.cs#L59)

```csharp
public sealed class LaunchProfile
{
    public LaunchProfile()
    {
        // ...
    }
}
```
