# DenoInstallerResource

- Kind: `class`
- Package: [CommunityToolkit.Aspire.Hosting.Deno](/reference/api/csharp/communitytoolkit.aspire.hosting.deno.md)
- Version: `13.4.0`
- Namespace: `Aspire.Hosting.ApplicationModel`
- Target framework: `net10.0`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/blob/d9dc6fc02412d7398c5722840513d99965a6e98f/src/CommunityToolkit.Aspire.Hosting.Deno/DenoInstallerResource.cs)
- Inherits: `ExecutableResource`

A resource that represents a Deno package installer.

## Definition

```csharp
namespace Aspire.Hosting.ApplicationModel;

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

## Constructors

- [DenoInstallerResource(string, string)](/reference/api/csharp/communitytoolkit.aspire.hosting.deno/denoinstallerresource/constructors.md#constructor-string-string) -- A resource that represents a Deno package installer.
