TypeInfo.GetMethods

From Xojo Documentation

Method

TypeInfo.GetMethods() As MethodInfo()

Supported for all project types and targets.

Returns an array of MethodInfo instances.

Notes

TypeInfo.GetMethods lists parent methods which are overridden, resulting in duplicates in the list when you call GetMethods on a subclass.