ReadGuid() public méthode

public ReadGuid ( long offset ) : System.Guid
offset long
Résultat System.Guid
 private Guid ReadUniqueId(VhdPropertyAttribute attribute)
 {
     return(dataReader.ReadGuid(GetFooterOffset() + attribute.Offset));
 }
 private Guid ReadParentUniqueId(VhdPropertyAttribute attribute)
 {
     return(dataReader.ReadGuid(headerOffset + attribute.Offset));
 }