Summary
Returns a
System.Diagnostics.ProcessStartInfo for launching the compiler
for this project.
- Assembly
- NAnt
.VSNet .dll - Namespace
- NAnt
.VSNet - Containing Type
- JSharpProject
Syntax
protected override ProcessStartInfo GetProcessStartInfo(ConfigurationBase config, string responseFile)
Parameters
| Name | Type | Description |
|---|---|---|
| config | ConfigurationBase | The configuration to build. |
| responseFile | string | The response file for the compiler. |
Return Value
| Type | Description |
|---|---|
| ProcessStartInfo |
A System.Diagnostics.ProcessStartInfo for launching the compiler for
this project.
|
