To obtain a pointer to a method's procedure using name-lookup resolution, use the somResolveByName procedure (described in the following section), or any of the somLookupMethod, somFindMethod and somFindMethodOK methods. These methods are invoked on a class object that supports the desired method, and they take an argument specifying the a somId for the desired method (which can be obtained from the method's name using the somIdFromString function). For more information on these methods and for examples of their use, see the System Object Model Programming Reference.