IPackageManagerCanInstall Method |
Returns true if the package manager can install the package on the target.
Namespace: Demo3D.PackageManagerAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxbool CanInstall(
PackageVersion package
)
Parameters
- package PackageVersion
- The package to check for compatibility.
Return Value
BooleanWhether the package can be installed.
See Also