ExternalProgramBase.

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
ExternalProgramBase

Syntax

protected virtual 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