Invokes a method on a .NET object instance. This method can be used when the object instance cannot be directly accessed via COM such as special collections or generic types for example.
o.InvokeMethod(loInstance,lcMethod,lvParm1,..,lvParm5)
Parameters
loInstance
An object instance on which to invoke the method
lcMethod
The method to call
lvParm1..lvParm5
Optional parameters up to 5
See also:
Class wwDotNetBridge