Summary
Entry point for executable
- Assembly
- NAnt
.Console .dll - Namespace
- NAnt
.Console - Containing Type
- ConsoleStub
Syntax
[STAThread]
public static int Main(string[] args)
Attributes
| Type | Description |
|---|---|
| STAThreadAttribute |
Parameters
| Name | Type | Description |
|---|---|---|
| args | string[] | Command Line arguments |
Return Value
| Type | Description |
|---|---|
| int | The result of the real execution |
