Esempio n. 1
0
 private long ReadPhysicalSize(VhdPropertyAttribute attribute)
 {
     return((long)dataReader.ReadUInt64(this.GetFooterOffset() + attribute.Offset));
 }
Esempio n. 2
0
 private long ReadPlatformDataOffset(VhdPropertyAttribute attribute)
 {
     return((long)dataReader.ReadUInt64(offset + attribute.Offset));
 }