Why is the Process class in the Diagnostics namespace?

Viewed 1188

Why is the Process class part of the Diagnostics namespace?

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.

2 Answers
Related