Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/
DCommandAttributes.cs20 public class ValuesAttribute:Attribute class
24 public ValuesAttribute(params object[] values) in ValuesAttribute() method in Antmicro.Renode.UserInterface.Commands.ValuesAttribute
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitorCommands.cs144 … = candidateParametersWithoutArrayAndWriters[i].GetCustomAttributes(typeof(ValuesAttribute), true); in RunCommand()
147 …if(!((ValuesAttribute)attribute[0]).Values.Contains(parametersWithoutLastArray[i].GetObjectValue()… in RunCommand()