# BunAppResource

- Kind: `class`
- Package: [CommunityToolkit.Aspire.Hosting.Bun](/reference/api/csharp/communitytoolkit.aspire.hosting.bun.md)
- Version: `13.3.0`
- Namespace: `Aspire.Hosting.ApplicationModel`
- Target framework: `net10.0`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/blob/0a6068734d939cdf93e8a6a0cab67cf1e5c76953/src/CommunityToolkit.Aspire.Hosting.Bun/BunAppResource.cs)
- Inherits: `ExecutableResource`

Represents a Bun app resource.

## Definition

```csharp
namespace Aspire.Hosting.ApplicationModel;

public class BunAppResource
    : Aspire.Hosting.ApplicationModel.ExecutableResource
{
    // ...
}
```

## Constructors

- [BunAppResource(string, string)](/reference/api/csharp/communitytoolkit.aspire.hosting.bun/bunappresource/constructors.md#constructor-string-string) -- Represents a Bun app resource.
