GetDynamicMethodList Function (AnyWin)

Class

AnyWin class.

Action

Returns a list of methods (including their signature) that can be dynamically invoked on this object. Use the GetDynamicMethodList method to determine which method can be dynamically invoked with the DynamicInvoke method.

Availability

This functionality is supported only if you are using the Open Agent.

Syntax

liDynamicMethodList = object.GetDynamicMethodList()
Variable Description
liDynamicMethodList All dynamic methods for this object. LIST OF STRING.