Method Run
| Edit this page View SourceRun(string[])
The function that will be called when the user runs your console command, with space-delimited arguments.
Declaration
public abstract void Run(string[] args)
Parameters
| Type | Name | Description |
|---|---|---|
| string[] | args | The arguments the user types, with spaces being the delimiter. |