Searched refs:RunnableAttribute (Results 1 – 3 of 3) sorted by relevance
15 public class RunnableAttribute:Attribute class
28 public void RunnableAttribute(ICommandInteraction writer, BooleanToken allow) in RunnableAttribute() method in Antmicro.Renode.UserInterface.Commands.AllowPrivatesCommand
85 … = commandType.GetMethods().Where(x => x.GetCustomAttributes(typeof(RunnableAttribute), true).Any(… in RunCommand()