Click or drag to resize

IPackageManagerUninstall Method

Uninstalls the package with the specified name.

Namespace: Demo3D.PackageManager
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
Task Uninstall(
	string name
)

Parameters

name  String
The name of the package to uninstall.

Return Value

Task

[Missing <returns> documentation for "M:Demo3D.PackageManager.IPackageManager.Uninstall(System.String)"]

See Also