NAnt SDK Documentation - v0.92

AbstractSourceControlTask.PrepareProcess Method 

Build up the command line arguments, determine which executable is being used and find the path to that executable and set the working directory.

[Visual Basic]
Overrides Protected Sub PrepareProcess( _
   ByVal process As Process _
)
[C#]
protected override void PrepareProcess(
   Process process
);

Parameters

process
The process to prepare.

See Also

AbstractSourceControlTask Class | NAnt.SourceControl.Tasks Namespace