Add field to propagate partition scheme on each partition.

This commit is contained in:
2017-07-23 22:54:36 +01:00
parent 0199bbc046
commit 5944f710bc

View File

@@ -55,6 +55,8 @@ namespace DiscImageChef.CommonTypes
public string Description;
/// <summary>LBA of last partition sector</summary>
public ulong End { get { return Start + Length - 1; }}
/// <summary>Name of partition scheme that contains this partition</summary>
public string Scheme;
}
}