ReadGuid() публичный Метод

public ReadGuid ( long offset ) : System.Guid
offset long
Результат System.Guid
 private Guid ReadUniqueId(VhdPropertyAttribute attribute)
 {
     return(dataReader.ReadGuid(GetFooterOffset() + attribute.Offset));
 }
 private Guid ReadParentUniqueId(VhdPropertyAttribute attribute)
 {
     return(dataReader.ReadGuid(headerOffset + attribute.Offset));
 }