somGetNumMethods - Remarks

This method returns the number of methods currently supported by the specified class, including inherited methods (both static and dynamic).

The value that this method returns is the total number of methods currently known to the receiving class as being applicable to its instances. This includes both static and dynamic methods, whether defined in this class or inherited from an ancestor class.


[Back: somGetNumMethods - Parameters]
[Next: somGetNumMethods - Original Class]