Deconstruct(out Int32, out String, out String) Method

Definition

Namespace CliInvoke.Core
Assembly CliInvoke.Core.dll

Deconstructs the BufferedProcessResult into its exit code and output strings.

public void Deconstruct(scoped out int exitCode, scoped out string stdout, scoped out string stderr)

Parameters

exitCode
Int32

The process exit code.

stdout
String

The process standard output.

stderr
String

The process standard error.