| 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 | |
| Description | IG.Lib.ICommandLineApplicationInterpreter | |
| Exit | IG.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 | |
| GlobalFrame | IG.Lib.ICommandLineApplicationInterpreter | |
| IsModuleLoaded(string moduleName) | IG.Lib.ICommandLineApplicationInterpreter | |
| LoadableScriptInterpreter | IG.Lib.ICommandLineApplicationInterpreter | |
| LoadModule(string moduleName) | IG.Lib.ICommandLineApplicationInterpreter | |
| LoadScript(string newCommandName, string scriptFilePath, string[] initArgs) | IG.Lib.ICommandLineApplicationInterpreter | |
| MainThread | IG.Lib.ICommandLineApplicationInterpreter | |
| Name | IG.Lib.ICommandLineApplicationInterpreter | |
| NumCommandThreads | IG.Lib.ICommandLineApplicationInterpreter | |
| OutputLevel | IG.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 | |
| WarnCommandReplacement | IG.Lib.ICommandLineApplicationInterpreter | |