Debugger4.GetProcesses(Transport, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Implements
- Attributes
Remarks
See GetProcesses.