Delegate ProgramEntrypoint
Synchronous main entry point method signature.
Namespace: Neon.Common
Assembly: Neon.Common.dll
Syntax
public delegate int ProgramEntrypoint(params string[] args)
Parameters
| Type | Name | Description |
|---|---|---|
| string[] | args | The command line arguments. |
Returns
| Type | Description |
|---|---|
| int | The exit code. |