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

ConsoleDriver.Main Method 

[This is preliminary documentation and subject to change.]

Starts NAnt. This is the Main entry point.

[Visual Basic]
Public Shared Function Main( _
   ByVal args As String() _
) As Integer
[C#]
public static int Main(
   string[] args
);

Parameters

args
Command Line args, or whatever you want to pass it. They will treated as Command Line args.

Return Value

The exit code.

Remarks

Missing <remarks> documentation for M:NAnt.Core.ConsoleDriver.Main(System.String[])

See Also

ConsoleDriver Class | NAnt.Core Namespace