Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/
DStartCommand.cs45 …public StartCommand(Monitor monitor, IncludeFileCommand includeCommand) : base(monitor, "start", … in StartCommand() argument
47 if(includeCommand == null) in StartCommand()
51 IncludeCommand = includeCommand; in StartCommand()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitor.cs214 …var includeCommand = new IncludeFileCommand(this, (x, y) => pythonRunner.TryExecutePythonScript(x,… in InitCommands()
225 Commands.Add(includeCommand); in InitCommands()
231 Commands.Add(new StartCommand(this, includeCommand)); in InitCommands()