ExecTask.

PrepareProcess(Process) Method

Summary

Updates the System.Diagnostics.ProcessStartInfo of the specified System.Diagnostics.Process.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Tasks
Containing Type
ExecTask

Syntax

protected override void PrepareProcess(Process process)

Parameters

Name Type Description
process Process The System.Diagnostics.Process of which the System.Diagnostics.ProcessStartInfo should be updated.

Return Value

Type Description
void