Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/
DCommand.cs20 …name, string description, params string[] alternativeNames) : base(monitor, name, description, alt… in AutoLoadCommand() argument
29 …otected Command(Monitor monitor, string name, string description, params string[] alternativeNames) in Command() argument
34 AlternativeNames = alternativeNames; in Command()