GetClass( ) method (Progress.Lang.Class)Returns the object reference for the Progress.Lang.Class instance associated with a specified class or interface type.
 Return type:
 Access:
 Applies to:
 GetClass ( object-type-name )If object-type-name does not evaluate to a valid ABL class or interface type, this method returns the Unknown value (?).
 Note: Because the Progress.Lang.Class class has a private constructor, you cannot inherit from it. Therefore you must always invoke this static method using its class type name.
| © 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |