The PackageInfo type exposes the following members.
Fields | Name | Description |
---|
| PropertyKeyArchitecture |
The property for the required architecture (x86, X64, Arm, Arm64 etc.)
|
| PropertyKeyDotNetVersion |
Property key for the required dotnet runtime version
|
| PropertyKeyFileName |
The property for the operating system. The value consist of a name (Windows, OSX, Linux) and a version number, separated by an underscore.
|
| PropertyKeyIsOldStyleFile |
The property key that indicates if this package has the old style naming.
|
| PropertyKeyNetFrameworkVersion |
The property key: .NET framework version
|
| PropertyKeyOperatingSystem |
The property for the operating system. The value consist of a name (Windows, OSX, Linux) and a version number, separated by an underscore.
|
| StableIdentifier | Identifier for the stable version. |
| StartTextOfPackageMsiFileName | The start of the file name of the Msi installation file (the .msi file) |
| StartTextOfPackageZipFileName | The start of the file name of the binary package file (the .zip file) |
| UnstableIdentifier | Identifier for the unstable version. |
| VersionFileName | Name (without path) of the version file, both at the remote location and on the local hard disk. |
| VersionFileName_Before2024_11 | Name (without path) of the version file, both at the remote location and on the local hard disk. |
TopSee Also