Beispiel #1
0
 private Guid ReadUniqueId(VhdPropertyAttribute attribute)
 {
     return(dataReader.ReadGuid(GetFooterOffset() + attribute.Offset));
 }
Beispiel #2
0
 private Guid ReadParentUniqueId(VhdPropertyAttribute attribute)
 {
     return(dataReader.ReadGuid(headerOffset + attribute.Offset));
 }