Debugger5::DebuggedProcesses Property

 

Gets the list of processes that are currently being debugged.

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

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

Property Value

Type: EnvDTE::Processes^

A Processes collection.

Return to top
Show: