GetInterfaces( ) method
- Last Updated: January 18, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
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
|
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.