为什么在诊断命名空间中的Process类?空间、Process

由网友(我说分手你随意@)分享简介:这是首创置业设计的一部分,使我现在想知道有一段时间了。我觉得那种反直觉的,我看不出流程之间比如调试的连接和Trace类。This is a part of design of the BCL that kept me wondering for some time now. I find it kind of cou...

这是首创置业设计的一部分,使我现在想知道有一段时间了。我觉得那种反直觉的,我看不出流程之间比如调试的连接和Trace类。

This is a part of design of the BCL that kept me wondering for some time now. I find it kind of counter-intuitive, I fail to see the connection between Process and for instance the Debug and Trace classes.

推荐答案

工艺类不只是重新present一个单一的过程。它有大量的关于在计算机上运行的进程的信息。这个信息可以用来发现问题或只是让你的系统状态的一般信息。

The process class doesn't just represent a single process. It has a ton of information about the running processes on the computer. This info can be used to find problems or just get general information about your system state.

您可以看到诊断命名空间的描述在这里: http://msdn.microsoft.com/en-us/library/system.diagnostics.aspx

you can see the diagnostics namespace description here: http://msdn.microsoft.com/en-us/library/system.diagnostics.aspx

和工艺类的描述在这里: http://msdn.microsoft.com/en-us/library/system.diagnostics.process.aspx

and the process class description here: http://msdn.microsoft.com/en-us/library/system.diagnostics.process.aspx

阅读全文

相关推荐

最新文章