Package |
public class PackageVersion
The PackageVersion type exposes the following members.
| Name | Description | |
|---|---|---|
| AdoptableTypes | Types that may be adopted by this package. | |
| Author | The package author | |
| Created | The date and time this package version was created | |
| Dependencies | Default dependencies. May be overridden by platform | |
| Description | The package description. | |
| Documentation | The path to the documentation for the package. May be a URL. | |
| ExtraData | Additional information about the package. | |
| Icon | Relative path to an image file. | |
| Install | Install command for Custom. | |
| Name | The unique package name. | |
| Owner | The package owner (eg, Rockwell Automation) | |
| PackageFeed | The feed the package came from. | |
| Properties | Additional properties for the package. | |
| ReleaseNotes | The path to the release notes for the package. May be a URL. | |
| RequiredEdition | The minimum edition required to install the package. Note that the presence of this requirement does not imply that it is enforced for a package once it has been installed. | |
| RequiredLicense | The license required to install the package. Note that the presence of this requirement does not imply that it is enforced for a package once it has been installed. | |
| RequiredVersion | The minimum compatible version of Emulate3D. | |
| Tags | The package tags (space separated list). | |
| Type | The type of the package. | |
| Uninstall | Uninstall command for Custom. | |
| Version | The package version. |
| Name | Description | |
|---|---|---|
| Load | Loads a PackageVersion from the given path, using the default deserialization options. | |
| LoadFromJson | Deserializes a PackageVersion from the given JSON string, using the default deserialization options. | |
| Save | Saves the PackageVersion to the given directory, using the default filename and serialization options. | |
| ToOptions | Converts the PackageVersion to the corresponding PackageVersionOptions with the options required to construct the PackageVersion (see #ctor(PackageVersionOptions)). | |
| ToString |
Returns the package name and version in string form.
(Overrides ObjectToString) |
| Name | Description | |
|---|---|---|
| PackageVersionExtension | File extension used for package manager specification files |