ExecutableResourceExtensions.GetExecutableResources Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The distributed application model to retrieve executable resources from.
Returns
An enumerable collection of executable resources.