CommandSettingsExtensions.

WithExecutableNames<T>(T, string[]) Method

Summary

Sets the tool executable names.

Syntax

public static T WithExecutableNames<T>(this T toolSettings, params string[] toolExecutableNames) 
    where T : CommandSettings

Type Parameters

Name Description
T The ToolSettings type.

Parameters

Name Type Description
toolSettings T The tools settings.
toolExecutableNames string[] The tool executable names.

Return Value

Type Description
T The tools settings.