klyn.Type.getMethod
method
public getMethod(methodName as String, notInherited as Boolean = true, types... as Type) as Method:
Description

Method to get a specific method of the type.

Parameters
ParameterDescription
methodNameThe name of the method to retrieve.
notInheritedIf true, only methods declared in this type are considered.
types...Optional parameter type list used to disambiguate overloads.
Returns

The reflected method if found.