Overload | Description |
---|---|
Run(String[]) | Run the command whos name is the first argument with the remaining arguments provided to the command as needed. |
Run(String[],TextWriter,TextWriter,TextReader) | Run the command whos name is the first argument with the remaining arguments provided to the command as needed. |
Run(TextReader) | Runs each line from the reader until EOF, can be used with Console.In |
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7