Click or drag to resize

PackageConfig Class

Information about a package configuration.
Inheritance Hierarchy
SystemObject
  Demo3D.PackageManagerPackageConfig

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

The PackageConfig type exposes the following members.

Properties
 NameDescription
Public propertyName The package name.
Public propertyPlatformVersion The required platform version.
Public propertyVersion The package version.
Top
Methods
 NameDescription
Public methodClone Returns a copy of the PackageConfig.
Public methodStatic memberFromJsonString Deserializes the PackageConfig from a JSON string, using the default options.
Public methodToJsonString The current PackageConfig serialized into JSON (using the default options), in string form.
Public methodToString The string representation of the PackageConfig.
(Overrides ObjectToString)
Top
Fields
 NameDescription
Public fieldStatic memberPackageConfigExtension 
Top
See Also