Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/
DCommandAttributes.cs15 public class RunnableAttribute:Attribute class
DAllowPrivatesCommand.cs28 public void RunnableAttribute(ICommandInteraction writer, BooleanToken allow) in RunnableAttribute() method in Antmicro.Renode.UserInterface.Commands.AllowPrivatesCommand
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitorCommands.cs85 … = commandType.GetMethods().Where(x => x.GetCustomAttributes(typeof(RunnableAttribute), true).Any(… in RunCommand()