| BenchTasksLaunchApp Method |
Launches the launcher executable of the specified app.
Namespace:
Mastersign.Bench
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax public static Process LaunchApp(
BenchConfiguration config,
BenchEnvironment env,
string appId,
string[] args
)
Public Shared Function LaunchApp (
config As BenchConfiguration,
env As BenchEnvironment,
appId As String,
args As String()
) As Process
Parameters
- config
- Type: Mastersign.BenchBenchConfiguration
The Bench configuration. - env
- Type: Mastersign.BenchBenchEnvironment
The environment variables of the Bench system. - appId
- Type: SystemString
The ID of the app to launch. - args
- Type: SystemString
An array with additional command line arguments, to pass to the launcher executable.
Return Value
Type:
ProcessThe
Process object of the started executable.
See Also