Table of Contents

Method RunProcess

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

RunProcess(ProcessStartInfo)

Runs a process using the specified start information.

public static Process RunProcess(ProcessStartInfo startInfo)

Parameters

startInfo ProcessStartInfo

The start information for the process.

Returns

Process

The Process instance representing the running process.