Progress.Util.TypeHelper class
(Windows only; GUI for .NET only)A helper class that provides a static method you can use to get a System.Type instance for a .NET class using a fully-qualified class name. Use this helper class when you need to get the type of an object for which you have no instance and cannot instantiate an instance.
ConstructorsThis class does not contain a constructor.
Super ClassThis class does not inherit a super class.
InterfacesThis class does not implement interfaces (beyond those it inherits from its base class).
Public
Properties
This class does not contain properties (beyond those it inherits from its base class).Public
Methods
Public
Events
This class does not contain events (beyond those it inherits from its base class).NoteIf the class has not been previously referenced, the assembly containing the class must be listed in the
assemblies.xml
file, which needs to be on the PROPATH at run time.
OpenEdge Release 10.2B
|