DotNetLocalTool.Create method

Accesses a .NET local tool at the specified directory.

public static DotNetLocalTool Create(string name)
parameter description
name The package name or command name of the tool.

Exceptions

exception condition
BuildException The tool is not installed.

See Also