Add field to propagate partition scheme on each partition.

This commit is contained in:
2017-07-23 22:54:36 +01:00
parent 332c2901fd
commit 4b9d012346
18 changed files with 488 additions and 376 deletions

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;
}
}