Click or drag to resize

PackageInfoFromStream Method

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

Namespace: Altaxo.Serialization.AutoUpdates
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static PackageInfo[] FromStream(
	Stream fs
)

Parameters

fs  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