Home
last modified time | relevance | path

Searched refs:TryExecuteScript (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/
DCreatePlatformCommand.cs62 monitor.TryExecuteScript(platform.ScriptPath, writer); in Execute()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitor.cs214 …and(this, (x, y) => pythonRunner.TryExecutePythonScript(x, y), x => TryExecuteScript(x), (x, y) =>… in InitCommands()
619 public bool TryExecuteScript(string filename, ICommandInteraction writer = null) in TryExecuteScript() method in Antmicro.Renode.UserInterface.Monitor