Click or drag to resize

IPackageManagerCanInstall Method

Returns true if the package manager can install the package on the target.

Namespace:  Demo3D.PackageManager
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
bool CanInstall(
	PackageVersion package
)

Parameters

package
Type: Demo3D.PackageManagerPackageVersion
The package to check for compatibility.

Return Value

Type: Boolean
Whether the package can be installed.
See Also