Class ExeLine
Executing command provided to CmdRunner
Inheritance
object
ExeLine
Namespace: BuildSystem.Utils.Executor
Assembly: BuildSystem.Utils.Executor.dll
Syntax
public class ExeLine : Object
Constructors
ExeLine(string, bool)
Executing command provided to CmdRunner
Declaration
public ExeLine(string text, bool catchExitCode = true)
Parameters
| Type | Name | Description |
|---|---|---|
| string | text | Text of executing command |
| bool | catchExitCode | Ignore exit code and provide executing next command |
Properties
CatchExitCode
Ignore exit code and provide executing next command
Declaration
public bool CatchExitCode { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Text
Text of executing command
Declaration
public string Text { get; }
Property Value
| Type | Description |
|---|---|
| string |