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