PackageInfoReadPackageFromCommandLine Method |
Reads a package from command line arguments.
Namespace: Altaxo.Serialization.AutoUpdatesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax 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
PackageInfoThe package. If the package could not be read, an exception is thrown.
See Also