Table of Contents

Constructor ExecuteTerminalCommandResult

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

ExecuteTerminalCommandResult(string?, string?, int)

Initializes a new instance of the AppUtils.ExecuteTerminalCommandResult struct with the specified output, error messages, and exit code.

public ExecuteTerminalCommandResult(string? output, string? error, int exitCode)

Parameters

output string

The standard output from the terminal command.

error string

The error messages, if any, from the terminal command.

exitCode int

The exit code returned by the terminal command.

ExecuteTerminalCommandResult()

Initializes a new instance of the AppUtils.ExecuteTerminalCommandResult struct.

public ExecuteTerminalCommandResult()