Click or drag to resize

PackageInfoWritePackageToJson Method

Overload List
 NameDescription
Public methodWritePackageToJson(Stream) Saves the package to a stream. Intended for MakePackage, in which every package info is saved into a single file.
Public methodWritePackageToJson(Utf8JsonWriter) Saves the package using a Json writer. This call can be used to save more than one package into a file.
Top
See Also