Write(Char, Boolean) | Writes the specified array of Unicode characters to the standard output stream, wih the ability to keep the current cursor position on the console. |
Write(String, Boolean) | Writes the specified string value to the standard output stream, wih the ability to keep the current cursor position on the console. |
Write(Char, Int32, Int32, Boolean) | Writes the specified array of Unicode characters to the standard output stream, wih the ability to keep the current cursor position on the console. |