DotNetLocalTool.TryCreate method

Accesses a .NET local tool at the current directory.

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

Return Value

Null if the tool is not installed.

See Also