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.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax bool ProcessStartupArguments(
params string[] args
)
Parameters
- args String
- The startup arguments.
Return Value
BooleanTrue if the application startup should be proceeded; false if the application should exit immediately.
See Also