DotNetLocalTool.Run method (1 of 3)

Runs the local tool with the specified settings.

public int Run(AppRunnerSettings settings)
parameter description
settings The settings to use when running the tool.

See Also


DotNetLocalTool.Run method (2 of 3)

Runs the local tool with the specified arguments.

public void Run(IEnumerable<string?> args)
parameter description
args The command-line arguments.

See Also


DotNetLocalTool.Run method (3 of 3)

Runs the local tool with the specified arguments.

public void Run(params string?[] args)
parameter description
args The command-line arguments.

See Also