by VAD_Support » Thu Aug 27, 2009 4:54 pm
Yes, currently we need to create a new instance of the object (using a parameter less constructor), invoke the method on it, and let it be garbage collected.
If you need to reuse an object or create it using parameters, you may for example create a singleton which has a reference to it, and use the singleton as a proxy.
I'm pretty sure that in future versions of the VAD this feature will be added...