Click or drag to resize

PackageInfoWritePackageToJson(Stream) Method

Saves the package to a stream. Intended for MakePackage, in which every package info is saved into a single file.

Namespace: Altaxo.Serialization.AutoUpdates
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public void WritePackageToJson(
	Stream stream
)

Parameters

stream  Stream
The stream.
See Also