Debugger2.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.
Allows the caller to get a collection of processes from a remote machine.
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
- TransportQualifier
- String
A transport qualifier.
Returns
A Processes collection.
- Attributes