Class PackageVersion
Namespace: YVR.Utilities
Assembly: YVR.Utilities.Runtime.dll
Syntax
public class PackageVersion
Fields
Name | Description |
---|---|
assetName | |
assetPath |
Methods
Name | Description |
---|---|
GetPackages() | Get the entire package store list. |
PrintPackagesVersion(string) | Print the version of the package with the specified name, if not specified, print all the packages |
PrintPackagesVersion(Type) | Print the version of the package with the type in the package assembly. |
TryGetPackageVersion(string, out string) | Get the version of the specfiied package name/ assembly name. |