Click or drag to resize

ProcessUtilityRunAndWait Method

Namespace:  Internal
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static int RunAndWait(
	string fileName,
	string arguments,
	out string result,
	IDictionary<string, string> environmentVariables = null
)

Parameters

fileName
Type: SystemString
arguments
Type: SystemString
result
Type: SystemString
environmentVariables (Optional)
Type: System.Collections.GenericIDictionaryString, String

Return Value

Type: Int32
See Also