Skip to content
Docs Try Aspire

ExecutableResourceExtensions Methods

Class Methods 1 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)
{
// ...
}
}
model DistributedApplicationModel The distributed application model to retrieve executable resources from.
IEnumerable<ExecutableResource> An enumerable collection of executable resources.