关于[Software Teardowns: Console.WriteLine (Part 2: Unix)]的摘要:
Last time we went through tearing down the Windows implementation of Console.Writeline; and we made it all the way to the closed source of the Win32 API. This time, we’re going through the Unix version of Console.Writeline, and along the way will be able to go deeper since Unix is open source. We left off at the platform implementation of the ConsolePal class, and if you remember, ConsolePal.Unix.cs is a drop in compile time file replacement.
原文地址: https://georgestocker.com/2019/03/12/software-teardowns-console-writeline-part-2-unix/