Debugger3::LocalProcesses Property

 

Gets the list of processes that currently running on this computer.

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

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

Property Value

Type: EnvDTE::Processes^

A Processes collection.

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

The following example shows how to use the LocalProcesses property.

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