Namespace Heleonix.Execution
Classes
- ArgsBuilder
Helps to build command line arguments to be passed in to executables. Each method accepts a
condition
argument to determine whether to add an argument or not, and returnsthis
instance of the ArgsBuilder for chaining.
- ExeHelper
Provides functionality for working with executables.
- ExeResult
Represents a result of execution of an executable.