AnyWin class.
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.
This functionality is supported only if you are using the Open Agent.
liDynamicMethodList = object.GetDynamicMethodList()
Variable | Description |
---|---|
liDynamicMethodList | All dynamic methods for this object. LIST OF STRING. |