Searched refs:GetMethods (Results 1 – 4 of 4) sorted by relevance
17 public class GetMethods extends SuperGetMethods { class18 public GetMethods(int i) {} in GetMethods() method in GetMethods19 protected GetMethods(String i, int j) {} in GetMethods() method in GetMethods20 GetMethods() {} in GetMethods() method in GetMethods21 private GetMethods(int i, int j) {} in GetMethods() method in GetMethods
35 var methods = testClass.GetMethods(BindingFlags.Public | in Main()
66 foreach (var m in t.GetMethods()) in DiscoverAllTestClasses()
1677 static PyObject* GetMethods(PyBaseDescriptor* self, void *closure) { in GetMethods() function1717 { "methods", (getter)GetMethods, NULL, "Methods", NULL},