SubprocessServiceStartSubprocess32 Method (String, String)

Spotfire 14.3 API Reference
Tries to start a subprocess in 32-bit mode.

Namespace:  Spotfire.Dxp.Framework.ApplicationModel
Assembly:  Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
public Subprocess StartSubprocess32(
	string args,
	out string errorText
)

Parameters

args
Type: SystemString
The arguments string to send to the subprocess.
errorText
Type: SystemString
If no process can be started an none empty string with an error message will be returned.

Return Value

Type: Subprocess
A Process object; if the subprocess did start the Process object is connected to the running process; otherwise null is returned.
Version Information

Supported in: 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference