Click or drag to resize

SystemRequirementsTryGetHighestVersion Method

Gets the highest version that is possible to install; or null, if such a version does not exist.

Namespace: Altaxo.Serialization.AutoUpdates
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public static PackageInfo? TryGetHighestVersion(
	PackageInfo[] packageInfos
)

Parameters

packageInfos  PackageInfo
The package infos.

Return Value

PackageInfo

[Missing <returns> documentation for "M:Altaxo.Serialization.AutoUpdates.SystemRequirements.TryGetHighestVersion(Altaxo.Serialization.AutoUpdates.PackageInfo[])"]

See Also