Click or drag to resize

PackageInfo Fields

The PackageInfo type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberPropertyKeyArchitecture The property for the required architecture (x86, X64, Arm, Arm64 etc.)
Public fieldStatic memberPropertyKeyDotNetVersion Property key for the required dotnet runtime version
Public fieldStatic memberPropertyKeyFileName The property for the operating system. The value consist of a name (Windows, OSX, Linux) and a version number, separated by an underscore.
Public fieldStatic memberPropertyKeyIsOldStyleFile The property key that indicates if this package has the old style naming.
Public fieldStatic memberPropertyKeyNetFrameworkVersion The property key: .NET framework version
Public fieldStatic memberPropertyKeyOperatingSystem The property for the operating system. The value consist of a name (Windows, OSX, Linux) and a version number, separated by an underscore.
Public fieldStatic memberStableIdentifierIdentifier for the stable version.
Public fieldStatic memberStartTextOfPackageMsiFileNameThe start of the file name of the Msi installation file (the .msi file)
Public fieldStatic memberStartTextOfPackageZipFileNameThe start of the file name of the binary package file (the .zip file)
Public fieldStatic memberUnstableIdentifierIdentifier for the unstable version.
Public fieldStatic memberVersionFileNameName (without path) of the version file, both at the remote location and on the local hard disk.
Public fieldStatic memberVersionFileName_Before2024_11Name (without path) of the version file, both at the remote location and on the local hard disk.
Top
See Also