ReadUInt64() public méthode

public ReadUInt64 ( long offset ) : ulong
offset long
Résultat ulong
 private long ReadPhysicalSize(VhdPropertyAttribute attribute)
 {
     return((long)dataReader.ReadUInt64(this.GetFooterOffset() + attribute.Offset));
 }
 private long ReadDataOffset(VhdPropertyAttribute attribute)
 {
     return((long)dataReader.ReadUInt64(headerOffset + attribute.Offset));
 }