TypeInfo.GetMethods
From Xojo Documentation
Method
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.
Returns an array of MethodInfo instances.
TypeInfo.GetMethods lists parent methods which are overridden, resulting in duplicates in the list when you call GetMethods on a subclass.