Debugger5::GetProcesses Method (Transport^, String^)

 

Gets an object that represents the processes that are currently connected for debugging on the specified transport.

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

Processes^ GetProcesses(
	Transport^ pTransport,
	String^ TransportQualifier
)

Parameters

pTransport
Type: EnvDTE80::Transport^

A transport type or protocol that is used by the debugger to communicate with the computer that is running the process being debugged. See Transports.

TransportQualifier
Type: System::String^

A qualifier for the transport type. See Transports.

Return Value

Type: EnvDTE::Processes^

Processes.

Return to top
Show: