IPackageManagerUninstall Method |
Uninstalls the package with the specified name.
Namespace:
Demo3D.PackageManager
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
SyntaxTask Uninstall(
string name
)
Parameters
- name
- Type: SystemString
The name of the package to uninstall.
Return Value
Type:
Task[Missing <returns> documentation for "M:Demo3D.PackageManager.IPackageManager.Uninstall(System.String)"]
See Also