Share via


LowPhysicalMemoryInfo(Int32, Int32) Constructor

Definición

Inicializa una nueva instancia de la clase LowPhysicalMemoryInfo con el porcentaje especificado usado y el límite de porcentaje.

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)

Parámetros

currentPercentUsed
Int32

Porcentaje detectado de RAM total que se usa en la máquina local.

percentLimit
Int32

El límite de porcentaje de RAM en uso determinado del equipo actual.

Se aplica a