IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.
|
Example cls. for testing function of loadable scripts. More...
Public Member Functions | |
LoadableScriptExample () | |
Creates the LoadableScriptExamnple object. | |
Protected Member Functions | |
void | PrintArguments (string[] args) |
override void | InitializeThis (string[] arguments) |
Inializes the current script object. | |
override string | RunThis (string[] arguments) |
Runs action of the current object. |
Example cls. for testing function of loadable scripts.
IG::Script::LoadableScriptExample::LoadableScriptExample | ( | ) | [inline] |
Creates the LoadableScriptExamnple object.
void IG::Script::LoadableScriptExample::PrintArguments | ( | string[] | args | ) | [inline, protected] |
override void IG::Script::LoadableScriptExample::InitializeThis | ( | string[] | arguments | ) | [inline, protected, virtual] |
Inializes the current script object.
arguments | Initialization arguments. The first argument must be the working directory path. |
Implements IG::Lib::LoadableScriptBase.
override string IG::Script::LoadableScriptExample::RunThis | ( | string[] | arguments | ) | [inline, protected, virtual] |
Runs action of the current object.
arguments | Command-line arguments of the action. |
Implements IG::Lib::LoadableScriptBase.