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 使用割合の制限。

適用対象