IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Main class of the HashShell application. More...
Static Public Member Functions | |
static void | Main (string[] args) |
Entry point of the file hashing shell application. More... | |
static void | MainHashShell (string[] args) |
Entry point of the file hashing shell application. More... | |
Main class of the HashShell application.
Defined as partial class such that one paart can be included in the host project. The other part (which is excluded from the host project) only contains the Main method that just calls the MainHashShell method of this class.
|
inlinestatic |
Entry point of the file hashing shell application.
args | Application arguments. |
|
inlinestatic |
Entry point of the file hashing shell application.
AppArguments | Application arguments. |
References IG.Lib.UtilSystem.GetCurrentProcessExecutableName(), and IG.Lib.LoadableScriptBase.Run().