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