ProcessRunnerExtensions.

Start(IProcessRunner, FilePath) Method

Summary

Starts a process using the specified information.
Namespace
Cake.Core
Containing Type
ProcessRunnerExtensions

Syntax

public static IProcess Start(this IProcessRunner processRunner, FilePath filePath)

Parameters

Name Type Description
processRunner IProcessRunner The process runner.
filePath FilePath The file name such as an application or document with which to start the process.

Return Value

Type Description
IProcess A process handle.