For Each vm In virtualHost.RunningVirtualMachines()
WScript.Echo vm.name()
Next
The same question is valid for RegisteredVirtualMachines and FindSnapshotsByName, where arrays of VMWareVirtualMachine and VMWareSnapshot are returned.
Any help appreciated!
It seems VMWareComLib needs to be modified to able to use this functionality as it's proposed in How to correctly marshal VB-Script arrays to and from a COM component written in C#. Then it works as intended.
It seems VMWareComLib needs to be modified to able to use this functionality as it's proposed in How to correctly marshal VB-Script arrays to and from a COM component written in C#. Then it works as intended.
--
You received this message because you are subscribed to the Google Groups "vmwaretasks" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vmwaretasks...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.