This method finds the method procedure for a method and indicates whether it represents a static method or a dynamic method. Not generally overridden.
For backward compatibility, this method does not take an Environment parameter.
SOMClass receiver; somId methodId; somMethodPtr m; boolean rc; rc = somFindMethodOk(receiver, methodId, m);