프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ExeName | string | ||
ExePath | string |
메소드 | 설명 | |
---|---|---|
Main ( string args ) : int |
The main entry point for the application.
|
메소드 | 설명 | |
---|---|---|
Run ( string args, ITaskHandler handler, bool gui ) : ExitCode |
Runs the application.
|
|
RunCli ( string args ) : ExitCode |
Runs the application in command-line mode.
|
|
RunCliWindows ( string args ) : ExitCode |
Runs the application in command-line mode with special-case handling for retroactively attached Windows consoles.
|
|
RunGui ( string args ) : ExitCode |
Runs the application in GUI mode.
|