Skip to content
Docs Try Aspire

ExecutableResourceExtensions

Class static net10.0
📦 Aspire.Hosting v13.1.2
Provides extension methods for working with ExecutableResource objects.
namespace Aspire.Hosting;
public static class ExecutableResourceExtensions
{
// ...
}
GetExecutableResources(DistributedApplicationModel)extension
Returns an enumerable collection of executable resources from the specified distributed application model.
View all methods