IGLib
1.7.2
The IGLib base library for development of numerical, technical and business applications.
|
Controllable loadable script, provides more control over loading and execution. More...
Properties | |
bool | IsLoadable [get, set] |
Either or not the script can be dynamically loaded. More... | |
bool | IsRunnable [get, set] |
Either or not the script can be run (some scripts only support other tasks). More... | |
Properties inherited from IG.Lib.ILoadableScript | |
string | EmbeddedCommandName [get, set] |
Command that was used to launch the current embedded application script. More... | |
string[] | InitializationArguments [get, set] |
Arguments used by the initialization method. More... | |
bool | IsInitialized [get] |
Whether the object has been initialized or not. More... | |
Additional Inherited Members | |
Public Member Functions inherited from IG.Lib.ILoadableScript | |
string | Run (string[] arguments) |
Runs the executable method of the object. More... | |
void | Initialize (string[] arguments) |
Initializes the current object. More... | |
Controllable loadable script, provides more control over loading and execution.
$A Igor Jul09;
|
getset |
Either or not the script can be dynamically loaded.
Referenced by IG.Lib.ScriptLoaderBase.GetLoadableScriptC().
|
getset |
Either or not the script can be run (some scripts only support other tasks).