Searched refs:QuitEnvironment (Results 1 – 2 of 2) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/ | ||
| D | CommandInteractionEater.cs | 63 …public bool QuitEnvironment { get { return underlyingCommandInteraction.QuitEnvironment; } set { u… property in Antmicro.Renode.UserInterface.CommandInteractionWrapper |
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/ | ||
| D | QuitCommand.cs | 25 writer.QuitEnvironment = true; in Run() |