NAnt SDK Documentation - v0.92 |
|
RegAsmTask.PrepareProcess Method
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.
See Also
RegAsmTask Class | NAnt.Win32.Tasks Namespace