LowPhysicalMemoryInfo.PercentLimit 属性

定义

获取计算机已确定的已使用 RAM 百分比限制。Gets the determined used-RAM percentage limit for the machine. 此值可以介于 0 到 100 之间。Value may be from 0 to 100.

public:
 property int PercentLimit { int get(); };
public int PercentLimit { get; }
member this.PercentLimit : int
Public ReadOnly Property PercentLimit As Integer

属性值

Int32

计算机已确定的已使用 RAM 百分比限制。The determined used-RAM percentage limit for the machine.

适用于