IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Class containing the main method. More...
Classes | |
class | IgShellApp |
Application class for the current application. More... | |
Static Public Member Functions | |
static void | Main (string[] args) |
Entry point of the application. More... | |
Class containing the main method.
Follows standard scheme for IGLib-based simple application.
$A Igor Oct12 Jan13;
|
inlinestatic |
Entry point of the application.
AppArguments | Application arguments. |
References IG.Lib.UtilSystem.GetCurrentProcessExecutableName(), IG.Test.ProgramIGShell.IgShellApp.Init(), and IG.Lib.LoadableScriptBase.Run().
Referenced by IG.Test.IGShellCShell.Main().