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