[ Version ( since = "1.17.19" ) ]
public ISOInfo isoinfo (string isofile) throws Error
get ISO information from primary volume descriptor of ISO file
This is the same as isoinfo_device except that it works for an ISO file located inside some other mounted filesystem. Note that in the common case where you have added an ISO file as a libguestfs device, you would *not* call this. Instead you would call isoinfo_device.
this |
A GuestfsSession object |
a ISOInfo object, or NULL on error |