somResolve Parameter - mToken
mToken (somMToken)
The method token for the
method to be resolved. The SOM API requires that if the class "XYZ" introduces
the static method "foo", then the method token for "foo" is found in the
class data structure for "XYZ" (called XYZClassData) in the structure member
named "foo" (i.e., at XYZClassData.foo). Method tokens can also be obtained
using the somGetMethodToken method.
[Back: somResolve Parameter - obj]
[Next: somResolve Parameter - rc]