Click or drag to resize

IProjectServiceExecuteActionsImmediatelyBeforeRunningApplication Method

Executes any neccessary actions immediately before running the main application. When calling this, the services and the workbench are already initialized. The method can for instance load any files that are given in the command line.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void ExecuteActionsImmediatelyBeforeRunningApplication(
	string[] cmdArgs,
	string[] cmdParameter,
	string[] cmdFiles
)

Parameters

cmdArgs  String
The command line arguments (all of them, without preprocessing).
cmdParameter  String
The command line arguments that are parameters (i.e. those arguments beginning with '-' or '/').
cmdFiles  String
The command line arguments that are files (i.e. those arguments not beginning with '-' or '/').
See Also