LowPhysicalMemoryInfo(Int32, Int32) Costruttore

Definizione

Inizializza una nuova istanza della classe LowPhysicalMemoryInfo con la percentuale usata e il limite percentuale specificati.

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

Percentuale rilevata di RAM totale usata nel computer locale.

percentLimit
Int32

Limite stabilito di percentuale della RAM usata per il computer corrente.

Si applica a