예제 #1
0
 public IList <string> ComputeDetailedStorageInformation()
 {
     return(StorageSizes.ReportOn(this));
 }
예제 #2
0
 public IList <string> ComputeDetailedStorageInformation(bool computeExactSizes, Action <string> progress, CancellationToken token)
 {
     return(StorageSizes.ReportOn(this, progress, token));
 }
예제 #3
0
 public IList <string> ComputeDetailedStorageInformation(bool computeExactSizes = false)
 {
     return(StorageSizes.ReportOn(this));
 }