BadScript 2
Loading...
Searching...
No Matches
BadScript2.BadRuntime Member List

This is the complete list of members for BadScript2.BadRuntime, including all inherited members.

BadRuntime(BadExecutionContextOptions options)BadScript2.BadRuntime
BadRuntime()BadScript2.BadRuntime
Clone()BadScript2.BadRuntime
ConfigureContext(params Action< BadExecutionContext >[] action)BadScript2.BadRuntime
ConfigureContextOptions(params Action< BadExecutionContextOptions >[] action)BadScript2.BadRuntime
ConfigureModuleImporter(Action< BadExecutionContext, string, BadModuleImporter > action)BadScript2.BadRuntime
ConfigureModuleImporter(Action< BadExecutionContext, BadModuleImporter > action)BadScript2.BadRuntime
ConfigureModuleImporter(Action< BadModuleImporter > action)BadScript2.BadRuntime
ConfigureModuleImporter(Action< string, BadModuleImporter > action)BadScript2.BadRuntime
CreateContext(string workingDirectory)BadScript2.BadRuntime
CreateOptions()BadScript2.BadRuntimeprivate
Dispose()BadScript2.BadRuntime
Execute(IEnumerable< BadExpression > expressions, string workingDirectory)BadScript2.BadRuntime
Execute(string source)BadScript2.BadRuntime
Execute(string source, string file)BadScript2.BadRuntime
ExecuteFile(string file, IFileSystem? fileSystem=null)BadScript2.BadRuntime
Executor(BadExecutionContext ctx, IEnumerable< BadExpression > exprs)BadScript2.BadRuntimeprivatestatic
ImporterBadScript2.BadRuntimeprivate
LoadSettings(string settingsFile, IFileSystem? fileSystem=null)BadScript2.BadRuntime
m_ConfigureContextBadScript2.BadRuntimeprivate
m_ConfigureModuleImporterBadScript2.BadRuntimeprivate
m_ConfigureOptionsBadScript2.BadRuntimeprivate
m_DisposablesBadScript2.BadRuntimeprivate
m_ExecutorBadScript2.BadRuntimeprivate
m_OptionsBadScript2.BadRuntimeprivate
ModuleStoreBadScript2.BadRuntimeprivate
Parse(string source)BadScript2.BadRuntimestatic
Parse(string source, string file)BadScript2.BadRuntimestatic
ParseFile(string file, IFileSystem? fileSystem=null)BadScript2.BadRuntimestatic
UseApi(BadInteropApi api, bool replace=false)BadScript2.BadRuntime
UseApis(IEnumerable< BadInteropApi > apis, bool replace=false)BadScript2.BadRuntime
UseCompilerApi()BadScript2.BadRuntime
UseConsole(IBadConsole console)BadScript2.BadRuntime
UseConsoleLogWriter()BadScript2.BadRuntime
UseDebugger(IBadDebugger debugger)BadScript2.BadRuntime
UseExecutor(Func< BadExecutionContext, IEnumerable< BadExpression >, BadObject > executor)BadScript2.BadRuntime
UseExtension< T >()BadScript2.BadRuntime
UseFileLogWriter(string path)BadScript2.BadRuntime
UseImportHandler(Func< BadExecutionContext, string, BadModuleImporter, BadImportHandler > f)BadScript2.BadRuntime
UseImportHandler(Func< BadExecutionContext, BadModuleImporter, BadImportHandler > f)BadScript2.BadRuntime
UseImportHandler(Func< BadModuleImporter, BadImportHandler > f)BadScript2.BadRuntime
UseImportHandler(Func< string, BadModuleImporter, BadImportHandler > f)BadScript2.BadRuntime
UseImportHandler(BadImportHandler handler)BadScript2.BadRuntime
UseLocalModules(IFileSystem? fs=null)BadScript2.BadRuntime
UseLogMask(params BadLogMask[] mask)BadScript2.BadRuntime
UseLogMask(params string[] mask)BadScript2.BadRuntime
UseLogWriter(BadLogWriter writer)BadScript2.BadRuntime
UseSingleton< T >(T obj)BadScript2.BadRuntime