Lingua

LowPhysicalMemoryInfo(Int32, Int32) Costruttore

Definizione

Inizializza una nuova istanza della LowPhysicalMemoryInfo classe con la percentuale specificata utilizzata e il limite di percentuale.

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)

Parametri

currentPercentUsed
Int32

È stata rilevata la percentuale di RAM totale usata nel computer locale.

percentLimit
Int32

Limite percentuale di RAM usato determinato per il computer corrente.

Si applica a