据我所知,.NET 使用 Windows 进程。
它为 Windows 线程/进程描述符中包含的信息添加了哪些额外的状态信息和功能?
Linux(在 Mono 上)有什么不同?
据我所知,.NET 使用 Windows 进程。
它为 Windows 线程/进程描述符中包含的信息添加了哪些额外的状态信息和功能?
Linux(在 Mono 上)有什么不同?
As far as I know nothing "new" is added. .Net encapsulates the Windows API functions in easy to use classes. A good exemple of that simplification are the System.Security.Principal namespace classes that make it VERY easy to use ACL/DACL objects, which used to be a hell in plain API.