LowPhysicalMemoryInfo(Int32, Int32) Constructor

Definición

Inicializa una nueva instancia de la LowPhysicalMemoryInfo clase 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

Se detectó el porcentaje de RAM total usado en el equipo local.

percentLimit
Int32

Límite de porcentaje de RAM utilizado determinado para la máquina actual.

Se aplica a