Esempio n. 1
0
 public static void SetStandardOutputCharacterAttributes(ConsoleCharacterAttributes attributes)
 {
     SetConsoleTextAttribute(GetStdHandle(STD_OUTPUT_HANDLE), attributes);
 }
Esempio n. 2
0
 private static extern bool SetConsoleTextAttribute(IntPtr hConsoleOutput, ConsoleCharacterAttributes wAttributes);
Esempio n. 3
0
 private static extern bool SetConsoleTextAttribute(IntPtr hConsoleOutput, ConsoleCharacterAttributes wAttributes);
Esempio n. 4
0
 public static void SetStandardOutputCharacterAttributes(ConsoleCharacterAttributes attributes)
 {
     SetConsoleTextAttribute(GetStdHandle(STD_OUTPUT_HANDLE), attributes);
 }