コード例 #1
0
ファイル: DiskMixin.cs プロジェクト: Marcinoo97/WOA-Deployer
 public static Task <IPartition> CreatePartition(this IDisk self, PartitionType partitionType, string label = "")
 {
     return(self.CreatePartition(ByteSize.MaxValue, partitionType, label));
 }
コード例 #2
0
 protected bool Equals(PartitionType other)
 {
     return(Guid.Equals(other.Guid));
 }