DotnetToolResource Constructors
Class Constructors 1 member
A resource that represents a specified dotnet tool.
Constructor(string, string) Section titled Constructor(string, string) Initializes a new instance of the
DotnetToolResource class. public class DotnetToolResource{ public DotnetToolResource( string name, string packageId) { // ... }}Parameters
name string The name of the resource. packageId string The package id of the tool.