Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitor.cs214 …(x, y), x => TryExecuteScript(x), (x, y) => TryCompilePlugin(x, y), (x,y) => TryLoadPlatform(x,y)); in InitCommands()
599 public bool TryLoadPlatform(string filename, ICommandInteraction writer = null) in TryLoadPlatform() method in Antmicro.Renode.UserInterface.Monitor