Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私の知る限り、.NET は Windows プロセスを使用しています。
Windows スレッド/プロセス記述子に含まれる情報に、どのような追加の状態情報と機能が追加されますか?
Linux (Mono) では何が違うのでしょうか?
私の知る限り、「新しい」ものは何も追加されていません。.Net は、Windows API 関数を使いやすいクラスにカプセル化します。その単純化の好例は、ACL/DACL オブジェクトを非常に簡単に使用できるようにする System.Security.Principal 名前空間クラスです。これは、プレーンな API では地獄でした。