Get type information (reflection)
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
A call to the GetClass( ) method
on an ABL-derived .NET class returns a Progress.Lang.Class instance.
However, as the super class of the ABL class is a .NET class,
the SuperClass property of Progress.Lang.Class returns
the Unknown value (?).
An ABL-derived .NET class also inherits the .NET method, GetType( ),
from System.Object. However, this inherited GetType( ) method
returns incomplete information that does not contain information
about any new members that are part of the ABL class extension.