NAnt SDK Documentation - v0.85-nightly-2005-11-09

JSharpProject.GetProcessStartInfo Method 

[This is preliminary documentation and subject to change.]

Returns a ProcessStartInfo for launching the compiler for this project.

[Visual Basic]
Overrides Protected Function GetProcessStartInfo( _
   ByVal config As ConfigurationBase, _
   ByVal responseFile As String _
) As ProcessStartInfo
[C#]
protected override 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.

Remarks

Missing <remarks> documentation for M:NAnt.VSNet.JSharpProject.GetProcessStartInfo(NAnt.VSNet.ConfigurationBase,System.String)

See Also

JSharpProject Class | NAnt.VSNet Namespace