public Task Format(FileSystemFormat fileSystemFormat, string label)
 {
     return(DiskApi.Format(this, fileSystemFormat, label));
 }
Esempio n. 2
0
 protected bool Equals(FileSystemFormat other)
 {
     return(string.Equals(Moniker, other.Moniker));
 }
Esempio n. 3
0
 public Task Format(FileSystemFormat ntfs, string fileSystemLabel)
 {
     return(Partition.LowLevelApi.Format(this, ntfs, fileSystemLabel));
 }