DotNetWorkloadSearcher.

Search(string, DotNetWorkloadSearchSettings) Method

Summary

Lists the latest available version of the .NET SDK and .NET Runtime, for each feature band.

Syntax

public IEnumerable<DotNetWorkload> Search(string searchString, DotNetWorkloadSearchSettings settings)

Parameters

Name Type Description
searchString string The workload ID to search for, or part of it.
settings DotNetWorkloadSearchSettings The settings.

Return Value

Type Description
IEnumerable<DotNetWorkload> The list of available workloads.