Eval (System.sc)

Eval(object methodSelector [...])

Invokes the method on the object, passing in any parameters.

Parameters:
  • object (heapPtr) – The object on which to perform the method.
  • methodSelector (selector) – The name of a method on the object.
  • .. – Zero or more parameters to be passed to the method.