Méthode | Description | |
---|---|---|
GetCopyrightText ( ) : string |
Gets the copyright text.
|
|
GetUsageText ( ) : string |
Gets usage information text.
|
|
Main ( string args ) : void |
Application entry point.
|
|
Run ( ILogger logger, |
Runs NArrange using the specified arguments.
|
Méthode | Description | |
---|---|---|
WriteUsage ( ) : void |
Writes usage information to the console.
|
public static GetCopyrightText ( ) : string | ||
Résultat | string |
public static Main ( string args ) : void | ||
args | string | Command argument strings. |
Résultat | void |
public static Run ( ILogger logger, |
||
logger | ILogger | Logger for messages. |
commandArgs | Command arguments. | |
Résultat | bool |