public getMethod(methodName as String, notInherited as Boolean = true, types... as Type) as Method:
Method to get a specific method of the type.
| Parameter | Description |
|---|---|
methodName | The name of the method to retrieve. |
notInherited | If true, only methods declared in this type are considered. |
types... | Optional parameter type list used to disambiguate overloads. |
The reflected method if found.