DotnetToolResource Constructors
ClassConstructors1 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
namestringThe name of the resource.packageIdstringThe package id of the tool.