ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • 콘솔 - C#
    GUI/컨트롤 2013. 8. 21. 18:33

    System.ConsoleKeyInfo


    System.Console // static

    .BackgroundColor

    .ForegroundColor

    .Title


    .Clear() // static

    .SetCursorPosition() // static

    .Write() // static

    .WriteLine() // static

    .ReadLine() // static string ReadLine();

    .ReadKey() // static

    닷넷 2.0

    .ResetColor() // static

    .Beep() // static


Designed by Tistory.