ExecutableResourceExtensions Methods
Class Methods 1 member
Provides extension methods for working with
ExecutableResource objects. GetExecutableResources(DistributedApplicationModel) Section titled GetExecutableResources(DistributedApplicationModel) extension IEnumerable<ExecutableResource> 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) { // ... }}Parameters
model DistributedApplicationModel The distributed application model to retrieve executable resources from. Returns
IEnumerable<ExecutableResource> An enumerable collection of executable resources.