NAnt SDK Documentation - v0.92

ManagedProjectBase.GetProcessStartInfo Method 

Returns a ProcessStartInfo for launching the compiler for this project.

[Visual Basic]
MustOverride Protected Function GetProcessStartInfo( _
   ByVal config As ConfigurationBase, _
   ByVal responseFile As String _
) As ProcessStartInfo
[C#]
protected abstract ProcessStartInfo GetProcessStartInfo(
   ConfigurationBase config,
   string responseFile
);

Parameters

config
The configuration to build.
responseFile
The response file for the compiler.

Return Value

A ProcessStartInfo for launching the compiler for this project.

See Also

ManagedProjectBase Class | NAnt.VSNet Namespace