Debugger2::LocalProcesses Property

 

Gets the list of processes currently running on this machine.

Namespace:   EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

property Processes^ LocalProcesses {
	Processes^ get();
}

Property Value

Type: EnvDTE::Processes^

A Processes collection.

LocalProcesses 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.

The following example demonstrates how to use the LocalProcesses property.

No code example is currently available or this language may not be supported.
Return to top
Show: