mirror of
https://github.com/MobileTooling/UnifiedFlashingPlatform.git
synced 2026-07-27 12:48:47 -07:00
Export GPT class
This commit is contained in:
@@ -49,7 +49,7 @@ namespace UnifiedFlashingPlatform
|
||||
{
|
||||
}
|
||||
|
||||
internal GPT(byte[] GPTBuffer, uint SectorSize)
|
||||
public GPT(byte[] GPTBuffer, uint SectorSize)
|
||||
{
|
||||
this.GPTBuffer = GPTBuffer;
|
||||
this.SectorSize = SectorSize;
|
||||
@@ -569,7 +569,7 @@ namespace UnifiedFlashingPlatform
|
||||
}
|
||||
|
||||
[XmlIgnore]
|
||||
internal ulong FirstSector // 0x08
|
||||
public ulong FirstSector // 0x08
|
||||
{
|
||||
get => _FirstSector;
|
||||
set
|
||||
@@ -583,7 +583,7 @@ namespace UnifiedFlashingPlatform
|
||||
}
|
||||
|
||||
[XmlIgnore]
|
||||
internal ulong LastSector // 0x08
|
||||
public ulong LastSector // 0x08
|
||||
{
|
||||
get => _LastSector;
|
||||
set
|
||||
|
||||
Reference in New Issue
Block a user