Click or drag to resize

PackageDependency Class

Holds information about a dependency on a package.
Inheritance Hierarchy
SystemObject
  Demo3D.PackageManagerPackageDependency

Namespace: Demo3D.PackageManager
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public class PackageDependency : ICloneable

The PackageDependency type exposes the following members.

Properties
 NameDescription
Public propertyName The name of the package.
Public propertyVersion The allowed versions for the package.
Top
Methods
 NameDescription
Public methodClone Returns a copy of the PackageDependency.
Public methodToString The string representation of the package dependency.
(Overrides ObjectToString)
Top
See Also