DotNetWorkloadInstaller.

Install(IEnumerable<string>, DotNetWorkloadInstallSettings) Method

Summary

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

Syntax

public void Install(IEnumerable<string> workloadIds, DotNetWorkloadInstallSettings settings)

Parameters

Name Type Description
workloadIds IEnumerable<string> The workload ID or multiple IDs to uninstall.
settings DotNetWorkloadInstallSettings The settings.

Return Value

Type Description
void