Click or drag to resize

PackageInfoReadPackagesFromJson Method

Reads multiple packages from a Json file. The outer node of the Json file has to be an array of package nodes.

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

Parameters

stream  Stream
The stream to read from.

Return Value

PackageInfo
The packages that were read from the Json file. Packages which could not be read will be silently ignored.
See Also