/// <summary> /// Return the primary volume descriptor of this ISO9660 image, which should be the first object in the image. /// </summary> /// <returns>The primary volume descriptor of this ISO9660 image.</returns> public BasicVolumeDescriptor GetPrimaryVolumeDescriptor() { return((BasicVolumeDescriptor)SectorMap.First().Value); }