Click or drag to resize

IComManagerProcessStartupArguments Method

Processes the startup arguments that are given in the command to start the application. If the return value is true, we carry on and start the application. If the return value is false, we terminate the application immediately.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
bool ProcessStartupArguments(
	params string[] args
)

Parameters

args  String
The startup arguments.

Return Value

Boolean
True if the application startup should be proceeded; false if the application should exit immediately.
See Also