Beispiel #1
0
        public RunNode Run(string fileName, string arguments)
        {
            var node = new ExternalNode(fileName, arguments, RunOptions.RedirectError) { OutputNode = this };
            InputNode = node;

            return node;
        }