IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
IG.App.ProgramHashShell Class Reference

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...
 

Detailed Description

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.

Member Function Documentation

static void IG.App.ProgramHashShell.Main ( string[]  args)
inlinestatic

Entry point of the file hashing shell application.

Parameters
argsApplication arguments.
static void IG.App.ProgramHashShell.MainHashShell ( string[]  args)
inlinestatic

Entry point of the file hashing shell application.

Parameters
AppArgumentsApplication arguments.

References IG.Lib.UtilSystem.GetCurrentProcessExecutableName(), and IG.Lib.LoadableScriptBase.Run().


The documentation for this class was generated from the following files: