public InternalExe()

in build/Shell.cs [54:61]


            public InternalExe(string exeName, string arguments = null, bool streamOutput = true, bool shareConsole = false, bool visibleProcess = false)
            {
                _exeName = exeName;
                _arguments = arguments;
                _streamOutput = streamOutput;
                _shareConsole = shareConsole;
                _visibleProcess = visibleProcess;
            }