Skip to content
DocsTry Aspire
DocsTry

ExecutableResourceExtensions Methods

ClassMethods1 member
Provides extension methods for working with ExecutableResource objects.
Returns an enumerable collection of executable resources from the specified distributed application model.
public static class ExecutableResourceExtensions
{
public static IEnumerable<ExecutableResource> GetExecutableResources(
this DistributedApplicationModel model)
{
// ...
}
}
modelDistributedApplicationModelThe distributed application model to retrieve executable resources from.
IEnumerable<ExecutableResource>An enumerable collection of executable resources.