Summary
Starts NAnt. This is the Main entry point.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- ConsoleDriver
Syntax
public static int Main(string[] args)
Parameters
Name | Type | Description |
---|---|---|
args | string[] | Command Line args, or whatever you want to pass it. They will treated as Command Line args. |
Return Value
Type | Description |
---|---|
int | The exit code. |