ManagedProjectBase.

GetProcessStartInfo(ConfigurationBase, string) Method

Summary

Returns a System.Diagnostics.ProcessStartInfo for launching the compiler for this project.
Assembly
NAnt.VSNet.dll
Namespace
NAnt.VSNet
Containing Type
ManagedProjectBase

Syntax

protected abstract 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.