Returns a Progress.Reflect.Method instance describing the class method that matches the specified conditions. If there is no matching method, the method returns the Unknown value (?).
Return type: Progress.Reflect.Method class
Access: PUBLIC
Applies to: Progress.Lang.Class class
GetMethod ( INPUT method-name AS CHARACTER, INPUT params AS Progress.Lang.ParameterList ) GetMethod ( INPUT method-name AS CHARACTER, INPUT flags AS Progress.Reflect.Flags, INPUT params AS Progress.Lang.ParameterList ) |