System.Console.WindowsConsole.GetConsoleCP C# (CSharp) 메소드

GetConsoleCP() 개인적인 메소드

private GetConsoleCP ( ) : int
리턴 int
      private static extern int GetConsoleCP ();
      [DllImport ("kernel32.dll", CharSet=CharSet.Auto, ExactSpelling=true)]