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
IG.Lib.ICommandLineApplicationInterpreter Member List

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

AddCommand(string appName, ApplicationCommandDelegate appMain)IG.Lib.ICommandLineApplicationInterpreter
AddCommand(string commandName, ApplicationCommandDelegateMt commandDelegate)IG.Lib.ICommandLineApplicationInterpreter
AddCommandMt(string appName, ApplicationCommandDelegateMt appMain)IG.Lib.ICommandLineApplicationInterpreter
AddModule(string moduleName, ModuleDelegate moduleDelegate)IG.Lib.ICommandLineApplicationInterpreter
AsyncIsCompleted(int id)IG.Lib.ICommandLineApplicationInterpreter
AsyncWait(int callId)IG.Lib.ICommandLineApplicationInterpreter
AsyncWaitAll()IG.Lib.ICommandLineApplicationInterpreter
ClearVariable(CommandThread commandThread, string varName)IG.Lib.ICommandLineApplicationInterpreter
ContainsCommand(string commandName)IG.Lib.ICommandLineApplicationInterpreter
DescriptionIG.Lib.ICommandLineApplicationInterpreter
ExitIG.Lib.ICommandLineApplicationInterpreter
GetArguments(string commandLine)IG.Lib.ICommandLineApplicationInterpreter
GetCommmandThread(int whichCommandThread)IG.Lib.ICommandLineApplicationInterpreter
GetLoadableScriptReferencedAssemblies()IG.Lib.ICommandLineApplicationInterpreter
GetVariableValue(CommandThread commandThread, string varName)IG.Lib.ICommandLineApplicationInterpreter
GlobalFrameIG.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
MainThreadIG.Lib.ICommandLineApplicationInterpreter
NameIG.Lib.ICommandLineApplicationInterpreter
NumCommandThreadsIG.Lib.ICommandLineApplicationInterpreter
OutputLevelIG.Lib.ICommandLineApplicationInterpreter
PrintVariable(CommandThread commandThread, string varName)IG.Lib.ICommandLineApplicationInterpreter
RemoveAllCommands()IG.Lib.ICommandLineApplicationInterpreter
RemoveCommand(string appName)IG.Lib.ICommandLineApplicationInterpreter
Run(CommandThread commandThread, string commandName, string[] args)IG.Lib.ICommandLineApplicationInterpreter
Run(CommandThread commandThread, string[] args)IG.Lib.ICommandLineApplicationInterpreter
RunAsync(CommandThread commandThread, string[] args)IG.Lib.ICommandLineApplicationInterpreter
RunAsync(CommandThread commandThread, string commandName, params string[] commandArguments)IG.Lib.ICommandLineApplicationInterpreter
RunFile(CommandThread commandThread, string filePath)IG.Lib.ICommandLineApplicationInterpreter
RunInteractive(CommandThread commandThread)IG.Lib.ICommandLineApplicationInterpreter
RunLoadedScript(string commandName, string[] arguments)IG.Lib.ICommandLineApplicationInterpreter
RunScriptFile(string scriptFilePath, string[] initAndRunArgs)IG.Lib.ICommandLineApplicationInterpreter
RunWithoutModifications(CommandThread commandThread, string commandName, params string[] commandArguments)IG.Lib.ICommandLineApplicationInterpreter
SetVariableValue(CommandThread commandThread, string varName, string value)IG.Lib.ICommandLineApplicationInterpreter
WarnCommandReplacementIG.Lib.ICommandLineApplicationInterpreter