ReadBoolean() public méthode

public ReadBoolean ( long offset ) : bool
offset long
Résultat bool
 private bool ReadSavedState(VhdPropertyAttribute attribute)
 {
     return(dataReader.ReadBoolean(GetFooterOffset() + attribute.Offset));
 }