Searched refs:GetExecutingMethods (Results 1 – 2 of 2) sorted by relevance
45 public static MethodInfo[] GetExecutingMethods(Type t) in GetExecutingMethods() method in Antmicro.Renode.Utilities.GDB.Command193 var interestingMethods = GetExecutingMethods(command.GetType()); in GetExecutingMethod()
270 var interestingMethods = Command.GetExecutingMethods(t); in AddCommandsFromType()