How can I get the list of class methods for a particular Class?  I've tried using the class_copyMethodList function declared in <objc/runtime.h>, but that's only giving me instance methods.  I've also found a function that gives me a Method for a class method, but only if I have the selector to the method first (class_getClassMethod).
Any ideas?
Thanks,
Dave