, including all inherited members.
| _asyncCommandResults | IG::Lib::CommandLineApplicationInterpreter | [private] |
| _asyncEndInvokeInCallback | IG::Lib::CommandLineApplicationInterpreter | [private] |
| _caseSensitive | IG::Lib::CommandLineApplicationInterpreter | [protected] |
| _commands | IG::Lib::CommandLineApplicationInterpreter | [protected] |
| _description | IG::Lib::CommandLineApplicationInterpreter | [protected] |
| _exit | IG::Lib::CommandLineApplicationInterpreter | [protected] |
| _expressionEvaluator | IG::Lib::CommandLineApplicationInterpreter | [protected] |
| _interpreters | IG::Lib::CommandLineApplicationInterpreter | [protected, static] |
| _loadableScriptInterpreter | IG::Lib::CommandLineApplicationInterpreter | [private] |
| _loadedModules | IG::Lib::CommandLineApplicationInterpreter | [protected] |
| _mainLock | IG::Lib::CommandLineApplicationInterpreter | [private] |
| _maxNumParallelServers | IG::Lib::CommandLineApplicationInterpreter | [protected] |
| _modules | IG::Lib::CommandLineApplicationInterpreter | [protected] |
| _ModuleTestCommandPrefix | IG::Lib::CommandLineApplicationInterpreter | [protected] |
| _name | IG::Lib::CommandLineApplicationInterpreter | [protected] |
| _outputLevel | IG::Lib::CommandLineApplicationInterpreter | [protected] |
| _parallelCommands | IG::Lib::CommandLineApplicationInterpreter | [protected] |
| _parallelDispatcher | IG::Lib::CommandLineApplicationInterpreter | [private] |
| _sescription | IG::Lib::CommandLineApplicationInterpreter | [protected] |
| _systemPriorityUpdatesRegistered | IG::Lib::CommandLineApplicationInterpreter | [protected] |
| _threadPriority | IG::Lib::CommandLineApplicationInterpreter | [protected] |
| _throwExceptions | IG::Lib::CommandLineApplicationInterpreter | [private] |
| _timer | IG::Lib::CommandLineApplicationInterpreter | |
| _variables | IG::Lib::CommandLineApplicationInterpreter | [protected] |
| _warnCommandReplacement | IG::Lib::CommandLineApplicationInterpreter | [private] |
| AddCommand(string commandName, ApplicationCommandDelegate commandDelegate) | IG::Lib::CommandLineApplicationInterpreter | [inline, virtual] |
| IG::Lib::ICommandLineApplicationInterpreter::AddCommand(string appName, CommandLineApplicationInterpreter.ApplicationCommandDelegate appMain) | IG::Lib::ICommandLineApplicationInterpreter | |
| AddModule(string moduleName, ModuleDelegate moduleDelegate) | IG::Lib::CommandLineApplicationInterpreter | [inline, virtual] |
| IG::Lib::ICommandLineApplicationInterpreter::AddModule(string moduleName, CommandLineApplicationInterpreter.ModuleDelegate moduleDelegate) | IG::Lib::ICommandLineApplicationInterpreter | |
| AddParallelCommand(CommandLineJobContainer commandData) | IG::Lib::CommandLineApplicationInterpreter | [inline] |
| ApplicationCommandDelegate(ICommandLineApplicationInterpreter interpreter, string commandName, string[] args) | IG::Lib::CommandLineApplicationInterpreter | |
| AsyncCommandResults | IG::Lib::CommandLineApplicationInterpreter | [protected] |
| AsyncEndInvokeInCallback | IG::Lib::CommandLineApplicationInterpreter | [protected] |
| AsyncIsAllCompleted() | IG::Lib::CommandLineApplicationInterpreter | [inline] |
| AsyncIsCompleted(int id) | IG::Lib::CommandLineApplicationInterpreter | [inline] |
| AsyncRunCallback(IAsyncResult ar) | IG::Lib::CommandLineApplicationInterpreter | [inline, protected] |
| AsyncWait(int callId) | IG::Lib::CommandLineApplicationInterpreter | [inline] |
| AsyncWaitAll() | IG::Lib::CommandLineApplicationInterpreter | [inline] |
| AutoGlobalDescription | IG::Lib::CommandLineApplicationInterpreter | |
| AutoGlobalName | IG::Lib::CommandLineApplicationInterpreter | |
| ClearVariable(string varName) | IG::Lib::CommandLineApplicationInterpreter | [inline, virtual] |
| CmdAbout(ICommandLineApplicationInterpreter interpreter, string cmdName, string[] args) | IG::Lib::CommandLineApplicationInterpreter | [inline, protected, virtual] |
| CmdAsyncCompleted(ICommandLineApplicationInterpreter interpreter, string cmdName, string[] args) | IG::Lib::CommandLineApplicationInterpreter | [inline, protected, virtual] |
| CmdAsyncWaitResults(ICommandLineApplicationInterpreter interpreter, string cmdName, string[] args) | IG::Lib::CommandLineApplicationInterpreter | [inline, protected, virtual] |
| CmdClearVariable(ICommandLineApplicationInterpreter interpreter, string cmdName, string[] args) | IG::Lib::CommandLineApplicationInterpreter | [inline, protected, virtual] |
| CmdComment(ICommandLineApplicationInterpreter interpreter, string cmdName, string[] args) | IG::Lib::CommandLineApplicationInterpreter | [inline, protected, virtual] |
| CmdExit(ICommandLineApplicationInterpreter interpreter, string cmdName, string[] args) | IG::Lib::CommandLineApplicationInterpreter | [inline, protected, virtual] |
| CmdExpressionEvaluatorInteractive(ICommandLineApplicationInterpreter interpreter, string cmdName, string[] args) | IG::Lib::CommandLineApplicationInterpreter | [inline, protected, virtual] |
| CmdGetVariable(ICommandLineApplicationInterpreter interpreter, string cmdName, string[] args) | IG::Lib::CommandLineApplicationInterpreter | [inline, protected, virtual] |
| CmdHelp(ICommandLineApplicationInterpreter interpreter, string cmdName, string[] args) | IG::Lib::CommandLineApplicationInterpreter | [inline, protected, virtual] |
| CmdIsModuleLoaded(ICommandLineApplicationInterpreter interpreter, string cmdName, string[] args) | IG::Lib::CommandLineApplicationInterpreter | [inline, protected, virtual] |
| CmdLoadModule(ICommandLineApplicationInterpreter interpreter, string cmdName, string[] args) | IG::Lib::CommandLineApplicationInterpreter | [inline, protected, virtual] |
| CmdLoadScript(ICommandLineApplicationInterpreter interpreter, string cmdName, string[] args) | IG::Lib::CommandLineApplicationInterpreter | [inline, protected, virtual] |
| CmdModuleTestCommand(ICommandLineApplicationInterpreter interpreter, string cmdName, string[] args) | IG::Lib::CommandLineApplicationInterpreter | [inline, protected, virtual] |
| CmdPrintCommands(ICommandLineApplicationInterpreter interpreter, string cmdName, string[] args) | IG::Lib::CommandLineApplicationInterpreter | [inline, protected, virtual] |
| CmdPrintParallelCommands(ICommandLineApplicationInterpreter interpreter, string cmdName, string[] args) | IG::Lib::CommandLineApplicationInterpreter | [inline, protected, virtual] |
| CmdPrintVariable(ICommandLineApplicationInterpreter interpreter, string cmdName, string[] args) | IG::Lib::CommandLineApplicationInterpreter | [inline, protected, virtual] |
| CmdRunAsync(ICommandLineApplicationInterpreter interpreter, string cmdName, string[] args) | IG::Lib::CommandLineApplicationInterpreter | [inline, protected, virtual] |
| CmdRunFile(ICommandLineApplicationInterpreter interpreter, string cmdName, string[] args) | IG::Lib::CommandLineApplicationInterpreter | [inline, protected, virtual] |
| CmdRunInteractive(ICommandLineApplicationInterpreter interpreter, string cmdName, string[] args) | IG::Lib::CommandLineApplicationInterpreter | [inline, protected, virtual] |
| CmdRunInternalScriptClass(ICommandLineApplicationInterpreter interpreter, string cmdName, string[] args) | IG::Lib::CommandLineApplicationInterpreter | [inline, protected, virtual] |
| CmdRunLoadedScript(ICommandLineApplicationInterpreter interpreter, string cmdName, string[] args) | IG::Lib::CommandLineApplicationInterpreter | [inline, protected, virtual] |
| CmdRunParallel(ICommandLineApplicationInterpreter interpreter, string cmdName, string[] args) | IG::Lib::CommandLineApplicationInterpreter | [inline, protected, virtual] |
| CmdRunParallelRepeat(ICommandLineApplicationInterpreter interpreter, string cmdName, string[] args) | IG::Lib::CommandLineApplicationInterpreter | [inline, protected, virtual] |
| CmdRunRepeat(ICommandLineApplicationInterpreter interpreter, string cmdName, string[] args) | IG::Lib::CommandLineApplicationInterpreter | [inline, protected, virtual] |
| CmdRunScriptFile(ICommandLineApplicationInterpreter interpreter, string cmdName, string[] args) | IG::Lib::CommandLineApplicationInterpreter | [inline, protected, virtual] |
| CmdRunSystem(ICommandLineApplicationInterpreter interpreter, string cmdName, string[] args) | IG::Lib::CommandLineApplicationInterpreter | [inline, protected, virtual] |
| CmdSetPriority(ICommandLineApplicationInterpreter interpreter, string cmdName, string[] args) | IG::Lib::CommandLineApplicationInterpreter | [inline, protected, virtual] |
| CmdSetVariable(ICommandLineApplicationInterpreter interpreter, string cmdName, string[] args) | IG::Lib::CommandLineApplicationInterpreter | [inline, protected, virtual] |
| CmdSleepSeconds(ICommandLineApplicationInterpreter interpreter, string cmdName, string[] args) | IG::Lib::CommandLineApplicationInterpreter | [inline, protected, virtual] |
| CmdTest(ICommandLineApplicationInterpreter interpreter, string cmdName, string[] args) | IG::Lib::CommandLineApplicationInterpreter | [inline, protected, virtual] |
| CmdTestFromTestModules(ICommandLineApplicationInterpreter interpreter, string cmdName, string[] args) | IG::Lib::CommandLineApplicationInterpreter | [inline, protected, virtual] |
| CmdTestLU(ICommandLineApplicationInterpreter interpreter, string cmdName, string[] args) | IG::Lib::CommandLineApplicationInterpreter | [inline, protected, virtual] |
| CmdTestQR(ICommandLineApplicationInterpreter interpreter, string cmdName, string[] args) | IG::Lib::CommandLineApplicationInterpreter | [inline, protected, virtual] |
| CmdTestSpeed(ICommandLineApplicationInterpreter interpreter, string cmdName, string[] args) | IG::Lib::CommandLineApplicationInterpreter | [inline, protected, virtual] |
| CmdTestSpeedLong(ICommandLineApplicationInterpreter interpreter, string cmdName, string[] args) | IG::Lib::CommandLineApplicationInterpreter | [inline, protected, virtual] |
| CmdThtrowExceptions(ICommandLineApplicationInterpreter interpreter, string cmdName, string[] args) | IG::Lib::CommandLineApplicationInterpreter | [inline, protected, virtual] |
| CmdWrite(ICommandLineApplicationInterpreter interpreter, string cmdName, string[] args) | IG::Lib::CommandLineApplicationInterpreter | [inline, protected, virtual] |
| CmdWriteLine(ICommandLineApplicationInterpreter interpreter, string cmdName, string[] args) | IG::Lib::CommandLineApplicationInterpreter | [inline, protected, virtual] |
| CommandLineApplicationInterpreter() | IG::Lib::CommandLineApplicationInterpreter | [inline] |
| CommandLineApplicationInterpreter(bool caseSensitive) | IG::Lib::CommandLineApplicationInterpreter | [inline] |
| ContainsCommand(string commandName) | IG::Lib::CommandLineApplicationInterpreter | [inline, virtual] |
| DefaultCaseSensitive | IG::Lib::CommandLineApplicationInterpreter | |
| DefaultName | IG::Lib::CommandLineApplicationInterpreter | |
| DefaultNumEquations | IG::Lib::CommandLineApplicationInterpreter | [protected, static] |
| DefaultOutputLevel | IG::Lib::CommandLineApplicationInterpreter | [static] |
| DefaultWarnCommandReplacement | IG::Lib::CommandLineApplicationInterpreter | [static] |
| Description | IG::Lib::CommandLineApplicationInterpreter | |
| ExecuteSystemCommand(string[] args) | IG::Lib::CommandLineApplicationInterpreter | [inline, static] |
| ExecuteSystemCommand(string command, params string[] args) | IG::Lib::CommandLineApplicationInterpreter | [inline, static] |
| ExecuteSystemCommandsInteractive() | IG::Lib::CommandLineApplicationInterpreter | [inline, protected, virtual] |
| Exit | IG::Lib::CommandLineApplicationInterpreter | |
| ExpressionEvaluator | IG::Lib::CommandLineApplicationInterpreter | |
| ExpressionEvaluatorEvaluate(string[] args) | IG::Lib::CommandLineApplicationInterpreter | [inline] |
| ExpressionEvaluatorInteractive() | IG::Lib::CommandLineApplicationInterpreter | [inline] |
| GetArguments(string commandLine) | IG::Lib::CommandLineApplicationInterpreter | [inline, virtual] |
| GetCommands() | IG::Lib::CommandLineApplicationInterpreter | [inline] |
| GetLoadableScriptReferencedAssemblies() | IG::Lib::CommandLineApplicationInterpreter | [inline] |
| GetParallelCommandData(int id) | IG::Lib::CommandLineApplicationInterpreter | [inline] |
| GetVariable(string varName) | IG::Lib::CommandLineApplicationInterpreter | [inline, virtual] |
| Global | IG::Lib::CommandLineApplicationInterpreter | [static] |
| Interpreters | IG::Lib::CommandLineApplicationInterpreter | [static] |
| IsModuleLoaded(string moduleName) | IG::Lib::CommandLineApplicationInterpreter | [inline, virtual] |
| IsVariableReference(string str) | IG::Lib::CommandLineApplicationInterpreter | [inline, protected, virtual] |
| LoadableScriptInterpreter | IG::Lib::CommandLineApplicationInterpreter | |
| LoadModule(string moduleName) | IG::Lib::CommandLineApplicationInterpreter | [inline, virtual] |
| LoadScript(string newCommandName, string scriptFilePath, string[] initArgs) | IG::Lib::CommandLineApplicationInterpreter | [inline] |
| Lock | IG::Lib::CommandLineApplicationInterpreter | |
| MaxNumParallelServers | IG::Lib::CommandLineApplicationInterpreter | |
| ModuleDelegate(string modulename, ICommandLineApplicationInterpreter interpreter) | IG::Lib::CommandLineApplicationInterpreter | |
| ModuleTest1(string name, ICommandLineApplicationInterpreter interpreter) | IG::Lib::CommandLineApplicationInterpreter | [inline, private] |
| ModuleTest2(string name, ICommandLineApplicationInterpreter interpreter) | IG::Lib::CommandLineApplicationInterpreter | [inline, private] |
| ModuleTestCommandName(string modulename) | IG::Lib::CommandLineApplicationInterpreter | [inline, virtual] |
| Name | IG::Lib::CommandLineApplicationInterpreter | |
| OutputLevel | IG::Lib::CommandLineApplicationInterpreter | |
| ParallelCommands | IG::Lib::CommandLineApplicationInterpreter | |
| ParallelDispatcher | IG::Lib::CommandLineApplicationInterpreter | [protected] |
| PrintParallelCommands(bool printAll) | IG::Lib::CommandLineApplicationInterpreter | [inline] |
| PrintVariable(string varName) | IG::Lib::CommandLineApplicationInterpreter | [inline, virtual] |
| RegisterSystemPriorityUpdating() | IG::Lib::CommandLineApplicationInterpreter | [inline] |
| RemoveCommand(string commandName) | IG::Lib::CommandLineApplicationInterpreter | [inline, virtual] |
| Run(string commandName, params string[] commandArguments) | IG::Lib::CommandLineApplicationInterpreter | [inline, virtual] |
| Run(string[] args) | IG::Lib::CommandLineApplicationInterpreter | [inline] |
| IG::Lib::ICommandLineApplicationInterpreter::Run(string commandName, string[] args) | IG::Lib::ICommandLineApplicationInterpreter | |
| RunAsync(string[] args) | IG::Lib::CommandLineApplicationInterpreter | [inline, virtual] |
| RunAsync(string commandName, params string[] commandArguments) | IG::Lib::CommandLineApplicationInterpreter | [inline, virtual] |
| RunFile(string filePath) | IG::Lib::CommandLineApplicationInterpreter | [inline, virtual] |
| RunInteractive() | IG::Lib::CommandLineApplicationInterpreter | [inline, virtual] |
| RunLoadedScript(string commandName, string[] arguments) | IG::Lib::CommandLineApplicationInterpreter | [inline, virtual] |
| RunParallel(string command, string[] commandArguments) | IG::Lib::CommandLineApplicationInterpreter | [inline] |
| RunParallelRepeat(int numRepeat, string command, string[] commandArguments) | IG::Lib::CommandLineApplicationInterpreter | [inline] |
| RunRepeat(string[] args) | IG::Lib::CommandLineApplicationInterpreter | [inline, virtual] |
| RunScriptFile(string scriptFilePath, string[] initAndRunArgs) | IG::Lib::CommandLineApplicationInterpreter | [inline, virtual] |
| RunWithoutModifications(string commandName, params string[] commandArguments) | IG::Lib::CommandLineApplicationInterpreter | [inline] |
| ScriptLoader | IG::Lib::CommandLineApplicationInterpreter | |
| SetVariable(string varName, string value) | IG::Lib::CommandLineApplicationInterpreter | [inline, virtual] |
| SubstituteVariableReference(string str) | IG::Lib::CommandLineApplicationInterpreter | [inline, protected, virtual] |
| TestComputationalTimesLU(int numEq, int outLevel) | IG::Lib::CommandLineApplicationInterpreter | [inline, protected, virtual] |
| TestComputationalTimesQR(int numEq, int outLevel) | IG::Lib::CommandLineApplicationInterpreter | [inline, protected, virtual] |
| TestSpeedLongNumEq | IG::Lib::CommandLineApplicationInterpreter | [protected] |
| TestSpeedLongReferenceTime | IG::Lib::CommandLineApplicationInterpreter | [protected] |
| TestSpeedNumEq | IG::Lib::CommandLineApplicationInterpreter | [protected] |
| TestSpeedReferenceSystem | IG::Lib::CommandLineApplicationInterpreter | [protected] |
| TestSpeedReferenceTime | IG::Lib::CommandLineApplicationInterpreter | [protected] |
| ThreadPriority | IG::Lib::CommandLineApplicationInterpreter | |
| ThrowExceptions | IG::Lib::CommandLineApplicationInterpreter | |
| Timer | IG::Lib::CommandLineApplicationInterpreter | |
| UnregisterSystemPriorityUpdating() | IG::Lib::CommandLineApplicationInterpreter | [inline] |
| UpdateThreadPriorityFromSystem() | IG::Lib::CommandLineApplicationInterpreter | [inline, virtual] |
| variableStart | IG::Lib::CommandLineApplicationInterpreter | [protected] |
| WarnCommandReplacement | IG::Lib::CommandLineApplicationInterpreter | |
| WriteLoadableScriptReferencedAssemblies(ICommandLineApplicationInterpreter interpreter, string cmdName, string[] args) | IG::Lib::CommandLineApplicationInterpreter | [inline, protected, virtual] |