Debugger5.GetProcesses(Transport, String) Method

Definition

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

public:
 EnvDTE::Processes ^ GetProcesses(EnvDTE80::Transport ^ pTransport, System::String ^ TransportQualifier);
[System.Runtime.InteropServices.DispId(1003)]
public EnvDTE.Processes GetProcesses (EnvDTE80.Transport pTransport, string TransportQualifier);
[<System.Runtime.InteropServices.DispId(1003)>]
abstract member GetProcesses : EnvDTE80.Transport * string -> EnvDTE.Processes
Public Function GetProcesses (pTransport As Transport, TransportQualifier As String) As Processes

Parameters

pTransport
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
String

A qualifier for the transport type. See Transports.

Returns

Processes.

Implements

Attributes

Applies to