Debugger4.GetProcesses Method
Gets an object that represents the processes that are currently connected for debugging on the specified transport.
Namespace: EnvDTE90a
Assembly: EnvDTE90a (in EnvDTE90a.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.TransportA 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.StringA qualifier for the transport type. See Transports.
Return Value
Type: EnvDTE.Processes
Processes .
Remarks
See GetProcesses.
.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.