Table of Contents

Method ExecuteApp

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

ExecuteApp(string, string, string?, bool, bool)

Executes application with the specified parameters.

public static (string? Output, string? Error, int ExitCode) ExecuteApp(string fileName, string arguments, string? folder = null, bool waitResult = false, bool logStdOut = true)

Parameters

fileName string
arguments string
folder string
waitResult bool
logStdOut bool

Returns

(string Output, string Error, int ExitCode)