Summary
Updates the
System.Diagnostics.ProcessStartInfo
of the specified
System.Diagnostics.Process
.
- Assembly
- NAnt
.DotNet .dll - Namespace
- NAnt
.DotNet .Tasks - Containing Type
- ResGenTask
Syntax
protected override 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 |