LowPhysicalMemoryInfo(Int32, Int32) Oluşturucu

Tanım

LowPhysicalMemoryInfoBelirtilen yüzde ve yüzde sınırı ile sınıfın yeni bir örneğini başlatır.

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)

Parametreler

currentPercentUsed
Int32

Yerel makinede kullanılan Toplam RAM yüzdesi algılandı.

percentLimit
Int32

Geçerli makine için kullanılan RAM yüzdesi sınırı.

Şunlara uygulanır