S
Simon L. Prinsloo
Guest
The OpenEdge base class is Progress.Lang.Object and the OpenEdge equivalent of System.Type is Progress.Lang.Class, which you get with the GetCLass() method or the GET-CLASS() function. TypeHelper's function is to assist in getting hold of the System.Type of .Net based objects living "accross" the AVM-CLR bridge. If you tell us what you try to do, we may be able to help you a bit better.
Continue reading...
Continue reading...