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.

Serializable:

No

Constructors

This class does not contain a constructor.

Super Class

This class does not inherit a super class.

Interfaces

This 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).

Note

If 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.