LowPhysicalMemoryInfo(Int32, Int32) 构造函数

定义

初始化 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 百分比限制。

适用于