Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DEmulation.cs410 var machineExchanged = MachineExchanged; in SetNameForMachine()
652 public event Action<IMachine, IMachine> MachineExchanged; event in Antmicro.Renode.Core.Emulation
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitor.cs166 Emulation.MachineExchanged += (oldMachine, newMachine) => in JoinEmulation()