Debugger3::DebuggedProcesses Property

 

Gets the list of processes that are being debugged.

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

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

Property Value

Type: EnvDTE::Processes^

A Processes collection.

DebuggedProcesses gets a Processes collection representing the processes that are currently being debugged.

The following example shows how to use the DebuggedProcesses property.

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