C# Class System.Diagnostics.ProcessInfo

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.
Mostra file Open project: dotnet/corefx Class Usage Examples

Private Properties

Property Type Description
ProcessInfo System.Collections.Generic

Private Methods

Method Description
ProcessInfo ( ) : System.Collections.Generic