Click or drag to resize

ProjectServiceBaseExecuteActionsImmediatelyBeforeRunningApplication Method

Executes command-line-driven actions before the application starts its normal run loop.

Namespace: Altaxo.Dom
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public abstract void ExecuteActionsImmediatelyBeforeRunningApplication(
	string[] cmdArgs,
	string[] cmdParameter,
	string[] cmdFiles
)

Parameters

cmdArgs  String
The raw command arguments.
cmdParameter  String
The parsed command parameters.
cmdFiles  String
The files specified on the command line.

Implements

IProjectServiceExecuteActionsImmediatelyBeforeRunningApplication(String, String, String)
See Also