Click or drag to resize

PackageInfo Constructor

Initializes a new instance of the PackageInfo class.

Namespace: Altaxo.Serialization.AutoUpdates
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected PackageInfo(
	bool isUnstableVersion,
	Version version,
	long fileLength,
	string hash
)

Parameters

isUnstableVersion  Boolean
If set to true, the package represents an unstable version; otherwise, it represents a stable version.
version  Version
The version of Altaxo in this package.
fileLength  Int64
Length of the package file.
hash  String
The hash of the package file.
See Also