Try OpenEdge Now
skip to main content
ABL Reference
Class Properties and Methods Reference : GetInterfaces( ) method
 

GetInterfaces( ) method

Returns an array of Progress.Lang.Class instances describing the interfaces implemented by the class. There is no guaranteed order for the interfaces returned. If there are no interfaces, the method returns an indeterminate array.
Return type: Progress.Lang.Class EXTENT
Access: PUBLIC
Applies to: Progress.Lang.Class class

Syntax

GetInterfaces ( )

Notes

*The method returns any interface implemented by the class, any interface implemented by any of its super classes, and any super interfaces those interfaces inherit from.