Click or drag to resize

PackageVersion Methods

The PackageVersion type exposes the following members.

Methods
 NameDescription
Public methodStatic memberLoad Loads a PackageVersion from the given path, using the default deserialization options.
Public methodStatic memberLoadFromJson Deserializes a PackageVersion from the given JSON string, using the default deserialization options.
Public methodSave Saves the PackageVersion to the given directory, using the default filename and serialization options.
Public methodToOptions Converts the PackageVersion to the corresponding PackageVersionOptions with the options required to construct the PackageVersion (see #ctor(PackageVersionOptions)).
Public methodToString Returns the package name and version in string form.
(Overrides ObjectToString)
Top
See Also