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

適用対象