System.Console.WindowsConsole.GetConsoleCP C# (CSharp) Method

GetConsoleCP() private method

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