This method returns the somId of the nth (static or dynamic) method known to a given class. Also loads a somId with a descriptor for the method. Not generally overridden.
For backward compatibility, this method does not take an Environment parameter.
SOMClass receiver;
long index;
somId descriptor;
somId rc;
rc = somGetNthMethodInfo(receiver, index,
descriptor);