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

適用於