Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/
DMachCommand.cs83 …if(!EmulationManager.Instance.CurrentEmulation.TryGetMachineByName(name.Value, out var machineToSe… in Run()
91 …if(!EmulationManager.Instance.CurrentEmulation.TryGetMachineByName(name.Value, out var machineToRe… in Run()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DEmulation.cs215 public bool TryGetMachineByName(string name, out IMachine machine) in TryGetMachineByName() method in Antmicro.Renode.Core.Emulation
569 if(TryGetMachineByName(name, out machine)) in TryGetEmulationElementByName()