Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DEmulationManager.cs119 if(version != VersionString) in Load()
121 …ized emulation ({0}) does not match current one {1}. Things may go awry!", version, VersionString); in Load()
137 serializer.Serialize(VersionString, stream); in Save()
228 public string VersionString property in Antmicro.Renode.Core.EmulationManager
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/
DVersionCommand.cs18 writer.WriteLine(EmulationManager.Instance.VersionString); in Run()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DShellProvider.cs25 …erOfDummyLines).Aggregate(String.Empty, (x, y) => x + y) + EmulationManager.Instance.VersionString, in GenerateShell()