IGLib  1.7.2
The IGLib base library for development of numerical, technical and business applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
LoadableScriptBase.cs File Reference

Classes

class  IG.Lib.CommandLineApplicationScriptInterpreter
 Command-line interpreters adapted for executing script commands. More...
 
interface  IG.Lib.ILoadableScript
 Interface for classes that can be dynamically loadeded from scripts and run, which provides functionality of dynamic scripting. It is recommendable to derive all such classes from the LoadableScriptBase base class. More...
 
interface  IG.Lib.ILoadableScriptC
 Controllable loadable script, provides more control over loading and execution. More...
 
class  IG.Lib.LoadableScriptBase
 Base class for classes that can be dynamically loadeded from scripts and run, which provides functionality of dynamic scripting. It is recommendable to derive all such classes that implement the ILoadableScript interface from this base class. More...
 
class  IG.Lib.LoadableScriptBase.Script_CommandAdapter
 Adapts that converts internal script commands (delegate of type Script_CommandDelegate) to interpreter commands. More...
 
class  IG.Lib.LoadableScriptBase.StoredScriptSettings
 In methods of this class you will find all the settings that apply to this script. More...
 

Namespaces

package  IG.Lib