Ejemplo n.º 1
0
 public override bool IsEarlyOutOfMemory(MemoryInfoResult memInfo, out Size commitChargeThreshold)
 {
     return(MemoryInformation.IsEarlyOutOfMemory(memInfo, out commitChargeThreshold));
 }