DotNetToolPackageInstaller.

CanInstall(PackageReference, PackageType) Method

Summary

Determines whether this instance can install the specified resource.

Syntax

public bool CanInstall(PackageReference package, PackageType type)

Parameters

Name Type Description
package PackageReference The package reference.
type PackageType The package type.

Return Value

Type Description
bool true if this installer can install the specified resource; otherwise false.