ExecutableResourceExtensions.GetExecutableResources Method

Definition

Returns an enumerable collection of executable resources from the specified distributed application model.

public static System.Collections.Generic.IEnumerable<Aspire.Hosting.ApplicationModel.ExecutableResource> GetExecutableResources (this Aspire.Hosting.ApplicationModel.DistributedApplicationModel model);
static member GetExecutableResources : Aspire.Hosting.ApplicationModel.DistributedApplicationModel -> seq<Aspire.Hosting.ApplicationModel.ExecutableResource>
<Extension()>
Public Function GetExecutableResources (model As DistributedApplicationModel) As IEnumerable(Of ExecutableResource)

Parameters

model
DistributedApplicationModel

The distributed application model to retrieve executable resources from.

Returns

An enumerable collection of executable resources.

Applies to