mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add image information about negative and overflow sectors.
This commit is contained in:
@@ -55,6 +55,10 @@ public struct ImageInfo
|
|||||||
public ulong ImageSize;
|
public ulong ImageSize;
|
||||||
/// <summary>Sectors contained in the image</summary>
|
/// <summary>Sectors contained in the image</summary>
|
||||||
public ulong Sectors;
|
public ulong Sectors;
|
||||||
|
/// <summary>Negative sectors contained in the image</summary>
|
||||||
|
public uint NegativeSectors;
|
||||||
|
/// <summary>Overflow sectors contained in the image</summary>
|
||||||
|
public uint OverflowSectors;
|
||||||
/// <summary>Size of sectors contained in the image</summary>
|
/// <summary>Size of sectors contained in the image</summary>
|
||||||
public uint SectorSize;
|
public uint SectorSize;
|
||||||
/// <summary>Media tags contained by the image</summary>
|
/// <summary>Media tags contained by the image</summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user