Debugger::LocalProcesses Property
Visual Studio 2015
Gets the list of processes currently running on this machine.
Assembly: EnvDTE (in EnvDTE.dll)
LocalProcesses returns a Processes collection containing a list of processes running on this machine. Each process in the list might or might not be currently debugged. To get the subset of processes that are being currently debugged, use the DebuggedProcesses property.
Show: