somFindSMethod - Syntax

This method finds the method procedure for a static method. Not generally overridden.

For backward compatibility, this method does not take an Environment parameter.

SOMClass        receiver;
somId           methodId;
somMethodPtr    rc;

rc = somFindSMethod(receiver, methodId);


[Back: somFindSMethod]
[Next: somFindSMethod Parameter - receiver]