ICubeInstance.GetExtensionDispatch

Syntax

GetExtensionDispatch: Object;

Description

The GetExtensionDispatch method casts the object to the general form, from which it is possible to move to the required class of objects.

NOTE. This method is used in programming languages, in which explicit conversion of types is not possible. The method results in required object type.

NOTE. The use of this method in the Fore language is not relevant. For details about conversion of types see description of the As operator.

See also:

ICubeInstance