Is it possible to use just VIX 1.7 within a C# app to list a VM's snapshots by name? I've been looking over the VIX API Reference Documentation and haven't been able to find a function that will list the snapshots by name, but apparently vmrun.exe can do this using the listSnapshots command. I would like to know if there is something similar to this command in the VIX API.
Thanks!