DotNetClassicTool.Run method (1 of 3)

Runs the tool with the specified settings.

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

See Also


DotNetClassicTool.Run method (2 of 3)

Runs the tool with the specified arguments.

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

See Also


DotNetClassicTool.Run method (3 of 3)

Runs the tool with the specified arguments.

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

See Also