Exemplo n.º 1
0
 public static Task <IPartition> CreatePartition(this IDisk self, GptType gptType, string label = "")
 {
     return(self.CreateGptPartition(gptType, ByteSize.MaxValue));
 }