Debugger2::LocalProcesses Property
Visual Studio 2015
Gets the list of processes currently running on this machine.
Assembly: EnvDTE80 (in EnvDTE80.dll)
Implements
Debugger::LocalProcessesLocalProcesses gets 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 currently being debugged, use the DebuggedProcesses.
Show: