Method consoleProcess.Write
Overload
Sends text to the console's input. Also sends character '\n'
(like key Enter
), unless text ends with '\n'
or noNL is true
.
public void Write(string text, bool noNL = false)
Parameters
Exceptions
AuException
Failed. |