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