getMethod

getMethod(name: String): Method;

The getMethod method of the Type class returns a reference to the method specified in the name parameter; for example:

meth := Fault.getMethod("getDaysOpen");