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

ResGenTask.PrepareProcess Method 

[This is preliminary documentation and subject to change.]

Updates the ProcessStartInfo of the specified Process.

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

Parameters

process
The Process of which the ProcessStartInfo should be updated.

Remarks

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

See Also

ResGenTask Class | NAnt.DotNet.Tasks Namespace