Ejemplo n.º 1
0
 public Task <Partition> CreatePartition(ulong sizeInBytes)
 {
     return(LowLevelApi.CreatePartition(this, sizeInBytes));
 }