Class ExecResult
- Namespace
- SearchAThing.Ext
- Assembly
- netcore-ext.dll
results of process executio
public class ExecResult
- Inheritance
-
ExecResult
- Inherited Members
- Extension Methods
Constructors
ExecResult(int, string, string)
public ExecResult(int exitCode, string output, string error)
Parameters
Properties
Error
stderr of process execution if redirection was used
public string Error { get; }
Property Value
ExitCode
exitcode of process execuition
public int ExitCode { get; }
Property Value
Output
stdout of process execution if redirection was used
public string Output { get; }