# ExecutableResourceExtensions

- Kind: `class`
- Package: [Aspire.Hosting](/reference/api/csharp/aspire.hosting.md)
- Version: `13.3.0`
- Namespace: `Aspire.Hosting`
- Target framework: `net8.0`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/bd20f904cde09ecb9c9ae5116a6f13614bf2d7c2/src/Aspire.Hosting/ExecutableResourceExtensions.cs)

Provides extension methods for working with [ExecutableResource](/reference/api/csharp/aspire.hosting/executableresource.md) objects.

## Definition

```csharp
namespace Aspire.Hosting;

public static class ExecutableResourceExtensions
{
    // ...
}
```

## Methods

- [GetExecutableResources(DistributedApplicationModel)](/reference/api/csharp/aspire.hosting/executableresourceextensions/methods.md#getexecutableresources-distributedapplicationmodel) : [IEnumerable<ExecutableResource>](/reference/api/csharp/aspire.hosting/executableresource.md) `extension` `ats ignored` -- Returns an enumerable collection of executable resources from the specified distributed application model.
