LowPhysicalMemoryInfo(Int32, Int32) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 LowPhysicalMemoryInfo 类的新实例,带指定的已使用百分比和百分比限制。
public:
LowPhysicalMemoryInfo(int currentPercentUsed, int percentLimit);
public LowPhysicalMemoryInfo (int currentPercentUsed, int percentLimit);
new System.Web.Hosting.LowPhysicalMemoryInfo : int * int -> System.Web.Hosting.LowPhysicalMemoryInfo
Public Sub New (currentPercentUsed As Integer, percentLimit As Integer)
参数
- currentPercentUsed
- Int32
检测到的本地计算机上使用的 RAM 总百分比。
- percentLimit
- Int32
当前计算机的已确定的已使用 RAM 百分比限制。