Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DCommandInteractionEater.cs19 underlyingCommandInteraction = commandInteraction; in CommandInteractionWrapper()
42 return underlyingCommandInteraction.GetRawInputStream(); in GetRawInputStream()
47 return underlyingCommandInteraction.ReadLine(); in ReadLine()
53 underlyingCommandInteraction.Write(c, color); in Write()
59 underlyingCommandInteraction.WriteError(msg); in WriteError()
62 …ng CommandToExecute { get { return underlyingCommandInteraction.CommandToExecute; } set { underlyi…
63 …ool QuitEnvironment { get { return underlyingCommandInteraction.QuitEnvironment; } set { underlyin…
64 …c ICommandInteraction UnderlyingCommandInteraction { get { return underlyingCommandInteraction; } }
66 private readonly ICommandInteraction underlyingCommandInteraction; field in Antmicro.Renode.UserInterface.CommandInteractionWrapper