ProcessStarter.StartProcess(String, String, UInt32) 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.
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