C# (CSharp) System.Diagnostics ProcessInfo - 40 examples found. These are the top rated real world C# (CSharp) examples of System.Diagnostics.ProcessInfo extracted from open source projects. You can rate examples to help us improve the quality of examples.
This data structure contains information about a process that is collected in bulk by querying the operating system. The reason to make this a separate structure from the process component is so that we can throw it away all at once when Refresh is called on the component.