Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an object that represents the processes that are currently connected for debugging on the specified transport.
Namespace: EnvDTE100
Assembly: EnvDTE100 (in EnvDTE100.dll)
Syntax
'Declaration
Function GetProcesses ( _
pTransport As Transport, _
TransportQualifier As String _
) As Processes
Processes GetProcesses(
Transport pTransport,
string TransportQualifier
)
Processes^ GetProcesses(
[InAttribute] Transport^ pTransport,
[InAttribute] String^ TransportQualifier
)
abstract GetProcesses :
pTransport:Transport *
TransportQualifier:string -> Processes
function GetProcesses(
pTransport : Transport,
TransportQualifier : String
) : Processes
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 .
Implements
Debugger4.GetProcesses(Transport, String)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.