Provides access to a .NET local tool.
public sealed class DotNetLocalTool
| name | description |
|---|---|
| static Create(…) | Accesses a .NET local tool at the specified directory. |
| static CreateFrom(…) | Accesses a .NET local tool at the specified directory. |
| static TryCreate(…) | Accesses a .NET local tool at the current directory. |
| static TryCreateFrom(…) | Accesses a .NET local tool at the specified directory. |
| Version { get; } | The version of the tool. |
| Run(…) | Runs the local tool with the specified arguments. (3 methods) |
| static Any() | True if there are any .NET local tools at the current directory. |
| static AnyFrom(…) | True if there are any .NET local tools at the specified directory. |