Share via


ProcessStarter.StartProcess(String, String, UInt32) Method

Definition

public:
 static void StartProcess(Platform::String ^ executablePath, Platform::String ^ connectionInfo, [Out] unsigned int & processId);
/// [Windows.Foundation.Metadata.Experimental]
 static void StartProcess(winrt::hstring const& executablePath, winrt::hstring const& connectionInfo, [Out] uint32_t & processId);
[Windows.Foundation.Metadata.Experimental]
public static void StartProcess(string executablePath, string connectionInfo, out uint processId);
Public Shared Sub StartProcess (executablePath As String, connectionInfo As String, ByRef processId As UInteger)

Parameters

executablePath
String

Platform::String

winrt::hstring

connectionInfo
String

Platform::String

winrt::hstring

processId
UInt32

unsigned int

uint32_t

Attributes

Applies to