IGLib  1.5
The IGLib base library for development of numerical, technical and business applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events
IG.Lib.ICommandLineApplicationInterpreter Member List

This is the complete list of members for IG.Lib.ICommandLineApplicationInterpreter, including all inherited members.

AddCommand(string appName, CommandLineApplicationInterpreter.ApplicationCommandDelegate appMain)IG.Lib.ICommandLineApplicationInterpreter
AddModule(string moduleName, CommandLineApplicationInterpreter.ModuleDelegate moduleDelegate)IG.Lib.ICommandLineApplicationInterpreter
AsyncIsCompleted(int id)IG.Lib.ICommandLineApplicationInterpreter
AsyncWait(int callId)IG.Lib.ICommandLineApplicationInterpreter
AsyncWaitAll()IG.Lib.ICommandLineApplicationInterpreter
ClearVariable(string varName)IG.Lib.ICommandLineApplicationInterpreter
ContainsCommand(string commandName)IG.Lib.ICommandLineApplicationInterpreter
DescriptionIG.Lib.ICommandLineApplicationInterpreter
ExitIG.Lib.ICommandLineApplicationInterpreter
GetArguments(string commandLine)IG.Lib.ICommandLineApplicationInterpreter
GetLoadableScriptReferencedAssemblies()IG.Lib.ICommandLineApplicationInterpreter
GetVariable(string varName)IG.Lib.ICommandLineApplicationInterpreter
IsModuleLoaded(string moduleName)IG.Lib.ICommandLineApplicationInterpreter
LoadableScriptInterpreterIG.Lib.ICommandLineApplicationInterpreter
LoadModule(string moduleName)IG.Lib.ICommandLineApplicationInterpreter
LoadScript(string newCommandName, string scriptFilePath, string[] initArgs)IG.Lib.ICommandLineApplicationInterpreter
NameIG.Lib.ICommandLineApplicationInterpreter
OutputLevelIG.Lib.ICommandLineApplicationInterpreter
PrintVariable(string varName)IG.Lib.ICommandLineApplicationInterpreter
RemoveAllCommands()IG.Lib.ICommandLineApplicationInterpreter
RemoveCommand(string appName)IG.Lib.ICommandLineApplicationInterpreter
Run(string commandName, string[] args)IG.Lib.ICommandLineApplicationInterpreter
Run(string[] args)IG.Lib.ICommandLineApplicationInterpreter
RunAsync(string[] args)IG.Lib.ICommandLineApplicationInterpreter
RunAsync(string commandName, params string[] commandArguments)IG.Lib.ICommandLineApplicationInterpreter
RunFile(string filePath)IG.Lib.ICommandLineApplicationInterpreter
RunInteractive()IG.Lib.ICommandLineApplicationInterpreter
RunLoadedScript(string commandName, string[] arguments)IG.Lib.ICommandLineApplicationInterpreter
RunScriptFile(string scriptFilePath, string[] initAndRunArgs)IG.Lib.ICommandLineApplicationInterpreter
RunWithoutModifications(string commandName, params string[] commandArguments)IG.Lib.ICommandLineApplicationInterpreter
SetVariable(string varName, string value)IG.Lib.ICommandLineApplicationInterpreter
TimerIG.Lib.ICommandLineApplicationInterpreter
WarnCommandReplacementIG.Lib.ICommandLineApplicationInterpreter