|
DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
|
Represents standard input, output, and error streams for console applications. More...
#include "Common.h"#include "System/Object.h"#include "System/String.h"#include "System/Char.h"#include "System/Array.h"#include "System/SmartPointer.h"#include "System/IO/TextWriter.h"#include "System/IO/TextReader.h"Go to the source code of this file.
Classes | |
| class | DotNetDupe::System::Console |
| Represents the standard input, output, and error streams for console applications. More... | |
Namespaces | |
| namespace | DotNetDupe |
| namespace | DotNetDupe::System |
| namespace | DotNetDupe::System::IO |
Enumerations | |
| enum class | DotNetDupe::System::ConsoleColor { DotNetDupe::System::Black = 0 , DotNetDupe::System::DarkBlue = 1 , DotNetDupe::System::DarkGreen = 2 , DotNetDupe::System::DarkCyan = 3 , DotNetDupe::System::DarkRed = 4 , DotNetDupe::System::DarkMagenta = 5 , DotNetDupe::System::DarkYellow = 6 , DotNetDupe::System::Gray = 7 , DotNetDupe::System::DarkGray = 8 , DotNetDupe::System::Blue = 9 , DotNetDupe::System::Green = 10 , DotNetDupe::System::Cyan = 11 , DotNetDupe::System::Red = 12 , DotNetDupe::System::Magenta = 13 , DotNetDupe::System::Yellow = 14 , DotNetDupe::System::White = 15 } |
| Specifies constants that define foreground and background colors for the console. More... | |
Represents standard input, output, and error streams for console applications.
Definition in file Console.h.