NAnt SDK Documentation - v0.85-nightly-2005-11-09

AbstractSourceControlTask.PrepareProcess Method 

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for M:NAnt.SourceControl.Tasks.AbstractSourceControlTask.PrepareProcess(System.Diagnostics.Process)

See Also

AbstractSourceControlTask Class | NAnt.SourceControl.Tasks Namespace