Debugger3::LocalProcesses Property
Visual Studio 2015
Gets the list of processes that currently running on this computer.
Assembly: EnvDTE90 (in EnvDTE90.dll)
Implements
Debugger2::LocalProcessesLocalProcesses gets a Processes collection that contains a list of processes that are running on this computer. 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: