# BunInstallerResource

- 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/BunInstallerResource.cs)
- Inherits: `ExecutableResource`

A resource that represents a Bun package installer.

## Definition

```csharp
namespace Aspire.Hosting.ApplicationModel;

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

## Constructors

- [BunInstallerResource(string, string)](/reference/api/csharp/communitytoolkit.aspire.hosting.bun/buninstallerresource/constructors.md#constructor-string-string) -- A resource that represents a Bun package installer.
