Click or drag to resize

PackageInfoReadPackagesFromText_Before2024_11 Method

Gets the package infos from the lines of the provided stream.

Namespace: Altaxo.Serialization.AutoUpdates
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public static PackageInfo[] ReadPackagesFromText_Before2024_11(
	Stream stream
)

Parameters

stream  Stream
Stream to read from.

Return Value

PackageInfo
The package infos. If the format of the stream is invalid, various exceptions will be thrown.
See Also