Click or drag to resize

PackageInfoReadPackageFromCommandLine Method

Reads a package from command line arguments.

Namespace: Altaxo.Serialization.AutoUpdates
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public static PackageInfo ReadPackageFromCommandLine(
	bool isUnstableVersion,
	Version packageVersion,
	string[] args
)

Parameters

isUnstableVersion  Boolean
If set to true, this indicates the unstable package version.
packageVersion  Version
The package version.
args  String
The arguments. This are properties in the form PropertyKey=PropertyValue.

Return Value

PackageInfo
The package. If the package could not be read, an exception is thrown.
See Also