PackageInfoReadPackagesFromText_Before2024_11 Method |
Gets the package infos from the lines of the provided stream.
Namespace: Altaxo.Serialization.AutoUpdatesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax public static PackageInfo[] ReadPackagesFromText_Before2024_11(
Stream stream
)
Parameters
- stream Stream
- Stream to read from.
Return Value
PackageInfoThe package infos. If the format of the stream is invalid, various exceptions will be thrown.
See Also